Home
last modified time | relevance | path

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

12345678910

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java68 private static final int NONE = 0; field in CallAudioRouteTransitionTests
302 case NONE: in testActiveTransition()
327 case NONE: in testActiveTransition()
403 NONE, // bluetoothInteraction in testParametersCollection()
427 NONE, // bluetoothInteraction in testParametersCollection()
439 NONE, // bluetoothInteraction in testParametersCollection()
463 NONE, // bluetoothInteraction in testParametersCollection()
475 NONE, // bluetoothInteraction in testParametersCollection()
487 NONE, // bluetoothInteraction in testParametersCollection()
535 NONE, // bluetoothInteraction in testParametersCollection()
[all …]
DBluetoothRouteTransitionTests.java231 private static final int NONE = 1; field in BluetoothRouteTransitionTests
326 case NONE: in testTransitions()
393 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
421 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
435 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
449 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
492 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
507 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
520 .setExpectedBluetoothInteraction(NONE) in generateTestCases()
534 .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/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/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java87 .setSecurityType(WifiConfigurationProvider.NONE)
127 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testWep()
138 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testWep2()
149 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNone()
160 assertTrue(wifiConf.allowedKeyManagement.get(WifiConfiguration.KeyMgmt.NONE)); in testNull()
260 wifiConf, WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.NONE); in testEAP_PEAP_NONE()
269 wifiConf, WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.NONE); in testEAP_Phase2_Empty()
278 wifiConf, WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.NONE); in testEAP_Phase2_Null()
341 assertEAP_MethodAndPhase2Auth(wifiConf, WifiEnterpriseConfig.Eap.NONE, in testEAPWithInvalidEAPMethod()
342 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/Car/libs/car-ui-lib/tests/paintbooth/src/com/android/car/ui/paintbooth/caruirecyclerview/
DCarUiListItemActivity.java68 CarUiContentListItem item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
73 item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
80 item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
84 item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
89 item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
95 item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
101 item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
107 item = new CarUiContentListItem(CarUiContentListItem.Action.NONE); in generateDummyData()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAppsDividerView.java59 NONE, enumConstant
66 private DividerType mDividerType = DividerType.NONE;
118 return mDividerType != DividerType.NONE; in shouldDraw()
129 dividerType = DividerType.NONE; in updateDividerType()
146 dividerType = DividerType.NONE; in updateDividerType()
168 case NONE: in updateDividerType()
184 setVisibility(mDividerType == DividerType.NONE in updateViewVisibility()
/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/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/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/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java65 static final String NONE = "NONE"; field in WifiConfigurationProvider
86 map.put(null, WifiEnterpriseConfig.Phase2.NONE); in buildPhase2AuthMap()
87 map.put("", WifiEnterpriseConfig.Phase2.NONE); in buildPhase2AuthMap()
88 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/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaMediaEvent.java56 ResolutionIntent.NONE, Action.NONE, 0, null);
60 NONE (STATE_NONE), enumConstant
104 NONE, enumConstant
110 NONE, enumConstant
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationRequestSeeAllFragment.java96 mShowSystemMenu = menu.add(Menu.NONE, MENU_SHOW_SYSTEM, Menu.NONE, in onCreateOptionsMenu()
98 mHideSystemMenu = menu.add(Menu.NONE, MENU_HIDE_SYSTEM, Menu.NONE, in onCreateOptionsMenu()
/packages/apps/Settings/src/com/android/settings/accessibility/
DMagnificationSettingsFragment.java53 private int mCapabilities = MagnifyMode.NONE;
94 mCapabilities = savedInstanceState.getInt(EXTRA_CAPABILITY, MagnifyMode.NONE); in onActivityCreated()
96 if (mCapabilities == MagnifyMode.NONE) { in onActivityCreated()
220 MagnifyMode.NONE,
226 int NONE = 0; field
/packages/modules/NetworkStack/common/moduleutils/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/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/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/Car/Dialer/src/com/android/car/dialer/ui/
DToolbarTitleLiveData.java43 ToolbarTitleMode.NONE,
48 int NONE = 1; field
66 case ToolbarTitleMode.NONE: in updateToolbarTitle()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DSearchContactViewHolder.java56 CallToAction.NONE,
62 int NONE = 0; field
168 case CallToAction.NONE: in setCallToAction()
214 return CallToAction.NONE; in getCallToAction()
259 case CallToAction.NONE: in onClick()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java58 NONE, MOVE enumConstant
60 private Mode mState = Mode.NONE;
121 if (mState == Mode.NONE) { in onTouchEvent()
136 mState = Mode.NONE; in onTouchEvent()
244 mState = Mode.NONE; in forceStateConsistency()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropView.java77 NONE, MOVE enumConstant
80 private Mode mState = Mode.NONE;
154 if (mState == Mode.NONE) { in onTouchEvent()
169 mState = Mode.NONE; in onTouchEvent()
190 mState = Mode.NONE; in reset()
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsAdapter.java113 if (header != Header.NONE) { in onBindViewHolder()
148 if (header != Header.NONE && position == 0) { in getItemViewType()
176 if (header != Header.NONE) { in getItemCount()
206 if (header != Header.NONE) { in getHeaderString()

12345678910