Merge "Modify the log at AutoSelectPreferenceController" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d687c01745
@@ -267,7 +267,7 @@ public class AutoSelectPreferenceController extends TelephonyTogglePreferenceCon
|
|||||||
|
|
||||||
private void queryNetworkSelectionMode(String tag) {
|
private void queryNetworkSelectionMode(String tag) {
|
||||||
mCacheOfModeStatus = mTelephonyManager.getNetworkSelectionMode();
|
mCacheOfModeStatus = mTelephonyManager.getNetworkSelectionMode();
|
||||||
Log.d(LOG_TAG, tag + ": query commend done. mCacheOfModeStatus: " + mCacheOfModeStatus);
|
Log.d(LOG_TAG, tag + ": query command done. mCacheOfModeStatus: " + mCacheOfModeStatus);
|
||||||
}
|
}
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
|
Reference in New Issue
Block a user