Home
last modified time | relevance | path

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

123

/frameworks/base/graphics/java/android/graphics/
DInsets.java29 public static final Insets NONE = new Insets(0, 0, 0, 0); field in Insets
57 return NONE; in of()
70 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom); in of()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DAccessPointParserHelper.java72 static final int NONE = 0; field in AccessPointParserHelper
81 return NONE; in getSecurityType()
120 int securityType = NONE;
184 config.proxySettings = ProxySettings.NONE;
200 case NONE:
201 config.allowedKeyManagement.set(KeyMgmt.NONE);
204 config.allowedKeyManagement.set(KeyMgmt.NONE);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp58 mFlushingAudio(NONE), in NuPlayer()
59 mFlushingVideo(NONE), in NuPlayer()
528 if (mFlushingAudio != NONE || mFlushingVideo != NONE) { in onMessageReceived()
622 mFlushingAudio = NONE; in finishFlushIfPossible()
623 mFlushingVideo = NONE; in finishFlushIfPossible()
904 CHECK(mFlushingAudio == NONE in flushDecoder()
909 if (mFlushingVideo == NONE) { in flushDecoder()
915 CHECK(mFlushingVideo == NONE in flushDecoder()
920 if (mFlushingAudio == NONE) { in flushDecoder()
/frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/
DUiAutomatorViewer.java101 SashForm baseSash = new SashForm(parent, SWT.HORIZONTAL | SWT.NONE); in createContents()
191 mTreeViewer = new TreeViewer(upperRightBase, SWT.NONE); in createContents()
217 Group grpNodeDetail = new Group(lowerRightBase, SWT.NONE); in createContents()
221 Composite tableContainer = new Composite(grpNodeDetail, SWT.NONE); in createContents()
226 mTableViewer = new TableViewer(tableContainer, SWT.NONE | SWT.FULL_SELECTION); in createContents()
233 TableViewerColumn tableViewerColumnKey = new TableViewerColumn(mTableViewer, SWT.NONE); in createContents()
248 TableViewerColumn tableViewerColumnValue = new TableViewerColumn(mTableViewer, SWT.NONE); in createContents()
DOpenDialog.java81 Group openScreenshotGroup = new Group(container, SWT.NONE); in createDialogArea()
95 Button openScreenshotButton = new Button(openScreenshotGroup, SWT.NONE); in createDialogArea()
104 Group openXmlGroup = new Group(container, SWT.NONE); in createDialogArea()
119 Button openXmlButton = new Button(openXmlGroup, SWT.NONE); in createDialogArea()
/frameworks/base/graphics/java/android/renderscript/
DProgramRaster.java45 NONE (2); enumConstant
112 builder.setCullMode(CullMode.NONE); in CULL_NONE()
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSgTransform.java31 NONE(0), enumConstant
75 mTransformData.transformTypes[i] = TransformType.NONE.mID; in initData()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp52 mOutputPortSettingsChange(NONE) { in SoftMP3()
175 if (mSignalledError || mOutputPortSettingsChange != NONE) { in onQueueFilled()
314 case NONE: in onPortEnableCompleted()
328 mOutputPortSettingsChange = NONE; in onPortEnableCompleted()
DSoftMP3.h65 NONE, enumerator
/frameworks/base/telephony/java/com/android/internal/telephony/test/
DSimulatedCommands.java42 NONE, enumConstant
49 NONE, enumConstant
55 private final static SimLockState INITIAL_LOCK_STATE = SimLockState.NONE;
58 private final static SimFdnState INITIAL_FDN_STATE = SimFdnState.NONE;
97 mSimLockEnabled = (mSimLockedState != SimLockState.NONE); in SimulatedCommands()
100 mSimFdnEnabled = (mSimFdnEnabledState != SimFdnState.NONE); in SimulatedCommands()
124 mSimLockedState = SimLockState.NONE; in supplyIccPin()
165 mSimLockedState = SimLockState.NONE; in supplyIccPuk()
208 mSimFdnEnabledState = SimFdnState.NONE; in supplyIccPin2()
248 mSimFdnEnabledState = SimFdnState.NONE; in supplyIccPuk2()
[all …]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp53 mOutputPortSettingsChange(NONE) { in SoftAMR()
281 if (mSignalledError || mOutputPortSettingsChange != NONE) { in onQueueFilled()
440 case NONE: in onPortEnableCompleted()
454 mOutputPortSettingsChange = NONE; in onPortEnableCompleted()
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java98 return getInstance(false, Capitalize.NONE); in getInstance()
115 if (cap == Capitalize.NONE) { in shouldCap()
208 NONE, SENTENCES, WORDS, CHARACTERS, enumConstant
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp50 mOutputPortSettingsChange(NONE) { in SoftVPX()
223 if (mOutputPortSettingsChange != NONE) { in onQueueFilled()
337 case NONE: in onPortEnableCompleted()
351 mOutputPortSettingsChange = NONE; in onPortEnableCompleted()
DSoftVPX.h55 NONE, enumerator
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp57 mOutputPortSettingsChange(NONE) { in SoftVorbis()
248 if (mOutputPortSettingsChange != NONE) { in onQueueFilled()
419 case NONE: in onPortEnableCompleted()
433 mOutputPortSettingsChange = NONE; in onPortEnableCompleted()
DSoftVorbis.h63 NONE, enumerator
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiClientTest.java125 config.allowedKeyManagement.set(KeyMgmt.NONE); in testAddRemoveNetwork()
162 config.allowedKeyManagement.set(KeyMgmt.NONE); in testEnableDisableNetwork()
212 config.allowedKeyManagement.set(KeyMgmt.NONE); in testSaveConfig()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC.cpp54 mOutputPortSettingsChange(NONE) { in SoftAAC()
260 if (mSignalledError || mOutputPortSettingsChange != NONE) { in onQueueFilled()
527 case NONE: in onPortEnableCompleted()
541 mOutputPortSettingsChange = NONE; in onPortEnableCompleted()
DSoftAAC2.cpp53 mOutputPortSettingsChange(NONE) { in SoftAAC2()
263 if (mSignalledError || mOutputPortSettingsChange != NONE) { in onQueueFilled()
545 case NONE: in onPortEnableCompleted()
559 mOutputPortSettingsChange = NONE; in onPortEnableCompleted()
DSoftAAC.h64 NONE, enumerator
DSoftAAC2.h61 NONE, enumerator
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java138 public static final int NONE = 0; field in WifiConfiguration.KeyMgmt
200 public static final int NONE = 0; field in WifiConfiguration.PairwiseCipher
385 NONE, enumConstant
557 return KeyMgmt.NONE; in getAuthType()
DWifiApConfigStore.java156 if (authType != KeyMgmt.NONE) { in loadApConfiguration()
185 if(authType != KeyMgmt.NONE) { in writeApConfiguration()
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp457 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE); in onPortEnable()
504 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE); in onPortFlush()
595 port->mTransition = PortInfo::NONE; in checkTransitions()
604 port->mTransition = PortInfo::NONE; in checkTransitions()
620 info->mTransition = PortInfo::NONE; in addPort()
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
DAppWidgetHostActivity.java169 menu.add(ContextMenu.NONE, R.string.delete_appwidget, ContextMenu.NONE, in onCreateContextMenu()

123