Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 233) sorted by relevance

12345678910

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java66 private static final int NONE = 0; field in CallAudioRouteTransitionTests
278 case NONE: in testActiveTransition()
303 case NONE: in testActiveTransition()
378 NONE, // bluetoothInteraction in testParametersCollection()
402 NONE, // bluetoothInteraction in testParametersCollection()
414 NONE, // bluetoothInteraction in testParametersCollection()
438 NONE, // bluetoothInteraction in testParametersCollection()
450 NONE, // bluetoothInteraction in testParametersCollection()
462 NONE, // bluetoothInteraction in testParametersCollection()
510 NONE, // bluetoothInteraction in testParametersCollection()
[all …]
DBluetoothRouteTransitionTests.java230 private static final int NONE = 1; field in BluetoothRouteTransitionTests
319 case NONE: in testTransitions()
384 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
412 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
426 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
440 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
483 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
498 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
511 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
525 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
[all …]
/packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
DPhoneLookupInfoConsolidator.java45 NameSource.NONE,
54 int NONE = 0; // used when none of the other sources can provide the name field
126 case NameSource.NONE: in getContactSource()
170 case NameSource.NONE: in getName()
196 case NameSource.NONE: in getPhotoThumbnailUri()
223 case NameSource.NONE: in getPhotoUri()
245 case NameSource.NONE: in getPhotoId()
269 case NameSource.NONE: in getLookupUri()
296 case NameSource.NONE: in getNumberLabel()
320 case NameSource.NONE: in getGeolocation()
[all …]
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapElementTest.java30 assertFalse(ImapElement.NONE.isList()); in testNone()
31 assertFalse(ImapElement.NONE.isString()); in testNone()
33 assertTrue(ImapElement.NONE.equalsForTest(ImapElement.NONE)); in testNone()
34 assertFalse(ImapElement.NONE.equalsForTest(null)); in testNone()
35 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.STRING_1)); in testNone()
36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1)); in testNone()
/packages/apps/Camera2/src/com/android/camera/
DFatalErrorHandlerImpl.java58 UsageStatistics.NONE, UsageStatistics.NONE); in onCameraOpenFailure()
74 UsageStatistics.NONE, UsageStatistics.NONE); in onCameraReconnectFailure()
90 UsageStatistics.NONE, UsageStatistics.NONE); in onGenericCameraAccessFailure()
107 UsageStatistics.NONE, UsageStatistics.NONE); in onCameraDisabledFailure()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
DWifiTetherSecurityPreferenceControllerTest.java81 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onStart_securityTypeSetToNone_setsValueToNone()
86 .isEqualTo(WifiConfiguration.KeyMgmt.NONE); in onStart_securityTypeSetToNone_setsValueToNone()
114 Integer.toString(WifiConfiguration.KeyMgmt.NONE)); in onPreferenceChangedToNone_updatesSecurityTypeToNone()
117 .isEqualTo(WifiConfiguration.KeyMgmt.NONE); in onPreferenceChangedToNone_updatesSecurityTypeToNone()
126 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onPreferenceChangedToWPA2PSK_updatesSecurityTypeToWPA2PSK()
149 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onPreferenceSwitchFromNoneToWPA2PSK_retrievesSavedPassword()
163 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onPreferenceChanged_broadcastsExactlyOneIntent()
177 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onPreferenceChangedToWPA2PSK_broadcastsSecurityTypeWPA2PSK()
203 int newSecurityType = WifiConfiguration.KeyMgmt.NONE; in onPreferenceChangedToNone_broadcastsSecurityTypeNone()
DWifiTetherPasswordPreferenceControllerTest.java147 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onStart_securityTypeIsNone_visibilityIsSetToFalse()
188 WifiConfiguration.KeyMgmt.NONE); in onSecurityChangedToNone_visibilityIsFalse()
198 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onSecurityChangedToWPA2PSK_visibilityIsTrue()
219 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onChangePassword_updatesPassword()
236 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in onChangePassword_savesNewPassword()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java87 .setSecurityType(WifiConfigurationProvider.NONE)
126 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testWep()
136 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testWep2()
146 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNone()
156 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNull()
253 wifiConf, WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.NONE); in testEAP_PEAP_NONE()
262 wifiConf, WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.NONE); in testEAP_Phase2_Empty()
271 wifiConf, WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.NONE); in testEAP_Phase2_Null()
334 assertEAP_MethodAndPhase2Auth(wifiConf, WifiEnterpriseConfig.Eap.NONE, in testEAPWithInvalidEAPMethod()
335 WifiEnterpriseConfig.Phase2.NONE); in testEAPWithInvalidEAPMethod()
[all …]
/packages/apps/Gallery/src/com/android/camera/
DMenuHelper.java594 SubMenu rotateSubmenu = menu.addSubMenu(Menu.NONE, Menu.NONE, in addImageMenuItems()
627 MenuItem autoCrop = menu.add(Menu.NONE, Menu.NONE, in addImageMenuItems()
641 MenuItem setMenu = menu.add(Menu.NONE, Menu.NONE, in addImageMenuItems()
654 MenuItem item1 = menu.add(Menu.NONE, MENU_IMAGE_SHARE, in addImageMenuItems()
668 MenuItem deleteItem = menu.add(Menu.NONE, Menu.NONE, in addImageMenuItems()
683 MenuItem detailsMenu = menu.add(Menu.NONE, Menu.NONE, in addImageMenuItems()
694 MenuItem showOnMapItem = menu.add(Menu.NONE, MENU_IMAGE_SHOWMAP, in addImageMenuItems()
707 MenuItem videoPlayItem = menu.add(Menu.NONE, Menu.NONE, in addImageMenuItems()
822 menu.add(Menu.NONE, Menu.NONE, POSITION_CAPTURE_PICTURE,
844 menu.add(Menu.NONE, Menu.NONE, POSITION_CAPTURE_VIDEO,
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/actionbar/
DSearchMenuControllerTest.java73 when(mMenu.add(Menu.NONE, Menu.NONE, 0 /* order */, R.string.search_menu)) in setUp()
82 verify(mMenu).add(Menu.NONE, Menu.NONE, 0 /* order */, R.string.search_menu); in init_prefFragment_shouldAddMenu()
90 verify(mMenu).add(Menu.NONE, Menu.NONE, 0 /* order */, R.string.search_menu); in init_observableFragment_shouldAddMenu()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSecurityPreferenceControllerTest.java29 private static final String NONE = String.valueOf(WifiConfiguration.KeyMgmt.NONE); field in WifiTetherSecurityPreferenceControllerTest
70 mController.onPreferenceChange(mPreference, NONE); in onPreferenceChange_securityValueUpdated()
71 assertThat(mController.getSecurityType()).isEqualTo(WifiConfiguration.KeyMgmt.NONE); in onPreferenceChange_securityValueUpdated()
86 mConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in updateDisplay_preferenceUpdated()
88 assertThat(mController.getSecurityType()).isEqualTo(WifiConfiguration.KeyMgmt.NONE); in updateDisplay_preferenceUpdated()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAppsDividerView.java58 NONE, enumConstant
65 private DividerType mDividerType = DividerType.NONE;
117 return mDividerType != DividerType.NONE; in shouldDraw()
128 dividerType = DividerType.NONE; in updateDividerType()
145 dividerType = DividerType.NONE; in updateDividerType()
167 case NONE: in updateDividerType()
183 setVisibility(mDividerType == DividerType.NONE in updateViewVisibility()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHTML4.java93 return addElement(tag, flags, HTML.Element.Flow.NONE); in addElement()
183 CAPTION_ELEMENT = addTableElement("CAPTION", "", HTML.Element.Flow.NONE),
187 COL_ELEMENT = addTableElement("COL", "E", HTML.Element.Flow.NONE),
188 COLGROUP_ELEMENT = addTableElement("COLGROUP", "O", HTML.Element.Flow.NONE),
247 TBODY_ELEMENT = addTableElement("TBODY", "O", HTML.Element.Flow.NONE),
248 TD_ELEMENT = addTableElement("TD", "OB", HTML.Element.Flow.NONE),
250 TFOOT_ELEMENT = addTableElement("TFOOT", "O", HTML.Element.Flow.NONE),
251 TH_ELEMENT = addTableElement("TH", "OB", HTML.Element.Flow.NONE),
252 THEAD_ELEMENT = addTableElement("THEAD", "O", HTML.Element.Flow.NONE),
254 TR_ELEMENT = addTableElement("TR", "OB", HTML.Element.Flow.NONE),
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterMirrorRepresentation.java41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B'); enumConstant
55 return NONE; in fromValue()
134 case NONE: in cycle()
144 mMirror = Mirror.NONE; in cycle()
182 return Mirror.NONE; in getNil()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemViewHolder.java1222 ContextMenu.NONE, in onCreateContextMenu()
1224 ContextMenu.NONE, in onCreateContextMenu()
1237 ContextMenu.NONE, in onCreateContextMenu()
1239 ContextMenu.NONE, in onCreateContextMenu()
1247 ContextMenu.NONE, in onCreateContextMenu()
1249 ContextMenu.NONE, in onCreateContextMenu()
1264 ContextMenu.NONE, in onCreateContextMenu()
1266 ContextMenu.NONE, in onCreateContextMenu()
1273 ContextMenu.NONE, in onCreateContextMenu()
1275 ContextMenu.NONE, in onCreateContextMenu()
[all …]
/packages/apps/Dialer/java/com/android/dialer/common/
DNetworkUtil.java42 return NetworkType.NONE; in getCurrentNetworkType()
68 return NetworkType.NONE; in getCurrentNetworkTypeName()
83 return NetworkType.NONE; in getNetworkType()
173 NetworkType.NONE,
184 String NONE = "NONE"; field
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java64 static final String NONE = "NONE"; field in WifiConfigurationProvider
85 map.put(null, WifiEnterpriseConfig.Phase2.NONE); in buildPhase2AuthMap()
86 map.put("", WifiEnterpriseConfig.Phase2.NONE); in buildPhase2AuthMap()
87 map.put("NONE", WifiEnterpriseConfig.Phase2.NONE); in buildPhase2AuthMap()
108 String securityType = wifiInfo.securityType != null ? wifiInfo.securityType : NONE; in generateWifiConfiguration()
120 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in generateWifiConfiguration()
249 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in updateForWEPConfiguration()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java161 menu.add(Menu.NONE, MENU_NAVIGATE_ON, 0, getString(R.string.menu_navigate_on)); in onCreateOptionsMenu()
162 menu.add(Menu.NONE, MENU_NAVIGATE_OFF, 1, getString(R.string.menu_navigate_off)); in onCreateOptionsMenu()
163 menu.add(Menu.NONE, MENU_SOFTINPUT_VISIBLE, 2, getString(R.string.menu_softinput_visible)); in onCreateOptionsMenu()
164 menu.add(Menu.NONE, MENU_SOFTINPUT_HIDDEN, 3, getString(R.string.menu_softinput_hidden)); in onCreateOptionsMenu()
165 menu.add(Menu.NONE, MENU_CHANGE_THEME, 4, R.string.menu_change_theme); in onCreateOptionsMenu()
167 menu.add(Menu.NONE, MENU_DIRECT_REPLY, 5, R.string.menu_direct_reply); in onCreateOptionsMenu()
171 menu.add(Menu.NONE, MENU_VERSION, 6, in onCreateOptionsMenu()
/packages/modules/NetworkStack/src/android/net/util/
DSharedLog.java42 NONE, enumConstant
138 Log.i(mTag, record(Category.NONE, msg)); in i()
160 record(Category.NONE, msg); in log()
191 if (category != Category.NONE) sj.add(category.toString()); in logLine()
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationRequestSeeAllFragment.java129 mShowSystemMenu = menu.add(Menu.NONE, MENU_SHOW_SYSTEM, Menu.NONE, in onCreateOptionsMenu()
131 mHideSystemMenu = menu.add(Menu.NONE, MENU_HIDE_SYSTEM, Menu.NONE, in onCreateOptionsMenu()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationSyncDisabledTipView.java56 private int mReasonSyncOff = ReasonSyncOff.NONE;
60 public static final int NONE = 0; field
113 if (mReasonSyncOff != ReasonSyncOff.NONE) {
150 return ReasonSyncOff.NONE;
/packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/
DSettingsMenuItemController.java27 import static android.view.Menu.NONE;
51 menu.add(NONE, SETTING_MENU_RES_ID, NONE, R.string.menu_item_settings) in onCreateOptionsItem()
DNightModeMenuItemController.java27 import static android.view.Menu.NONE;
49 menu.add(NONE, NIGHT_MODE_MENU_RES_ID, NONE, R.string.menu_item_night_mode) in onCreateOptionsItem()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallbackActionHelper.java32 @IntDef({CallbackAction.NONE, CallbackAction.IMS_VIDEO, CallbackAction.DUO, CallbackAction.VOICE})
34 int NONE = 0; field
65 return CallbackAction.NONE; in getCallbackAction()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSecurityPreferenceController.java32 if (config != null && config.getAuthType() == WifiConfiguration.KeyMgmt.NONE) { in updateDisplay()
33 mSecurityValue = WifiConfiguration.KeyMgmt.NONE; in updateDisplay()
57 if (securityType == WifiConfiguration.KeyMgmt.NONE) { in getSummaryForSecurityType()

12345678910