Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 80) sorted by relevance

1234

/cts/tests/tests/text/src/android/text/method/cts/
DForwardDeleteTest.java37 private void forwardDelete(final EditorState state, int modifiers) { in forwardDelete()
63 EditorState state = new EditorState(); in testSurrogatePairs() local
80 EditorState state = new EditorState(); in testReplacementSpan() local
117 EditorState state = new EditorState(); in testCombiningEnclosingKeycaps() local
131 EditorState state = new EditorState(); in testVariationSelector() local
146 EditorState state = new EditorState(); in testFlags() local
DBackspaceTest.java37 private void backspace(final EditorState state, int modifiers) { in backspace()
63 EditorState state = new EditorState(); in testSurrogatePairs() local
78 EditorState state = new EditorState(); in testReplacementSpan() local
120 EditorState state = new EditorState(); in testCombiningEnclosingKeycaps() local
135 EditorState state = new EditorState(); in testVariationSelector() local
150 EditorState state = new EditorState(); in testFlags() local
DMetaKeyKeyListenerTest.java115 long state = MetaKeyKeyListener.adjustMetaAfterKeypress(MetaKeyKeyListener.META_SHIFT_ON); in testAdjustMetaAfterKeypress2() local
230 long state = MetaKeyKeyListener.resetLockedMeta(MetaKeyKeyListener.META_CAP_LOCKED); in testResetLockedMeta2() local
304 long state = metaKeyKeyListener.clearMetaKeyState(MetaKeyKeyListener.META_CAP_LOCKED, in testClearMetaKeyState3() local
332 long state = MetaKeyKeyListener.handleKeyDown(MetaKeyKeyListener.META_CAP_LOCKED, in testHandleKeyDown() local
340 long state = MetaKeyKeyListener.handleKeyUp(MetaKeyKeyListener.META_CAP_LOCKED, in testHandleKeyUp() local
/cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
DExternalStorageHelper.java29 String state = Environment.getExternalStorageState(); in isExternalStorageWritable() local
35 String state = Environment.getExternalStorageState(); in isExternalStorageReadable() local
/cts/tests/tests/view/src/android/view/cts/
DView_BaseSavedStateTest.java26 BaseSavedState state = new BaseSavedState(Parcel.obtain()); in testConstructors() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationModeDeviceOnlyTestActivity.java42 protected void testAdvance(int state) { in testAdvance()
DLocationModeHighAccuracyTestActivity.java42 protected void testAdvance(int state) { in testAdvance()
DLocationModeBatterySavingTestActivity.java42 protected void testAdvance(int state) { in testAdvance()
DLocationModeOffTestActivity.java41 protected void testAdvance(int state) { in testAdvance()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothTest.java148 int state = mAdapter.getState(); in disable() local
182 int state = mAdapter.getState(); in enable() local
/cts/tools/dasm/src/java_cup/runtime/
Dsymbol.java24 public symbol(int sym_num, int state) in symbol()
/cts/tests/tests/security/src/android/security/cts/
DListeningPortsTest.java279 private static boolean isPortListening(String state, boolean isTcp) { in isPortListening()
294 private final String state; field in ListeningPortsTest.ParsedProcEntry
297 private ParsedProcEntry(InetAddress addr, int port, String state, int uid) { in ParsedProcEntry()
335 String state = fields[3]; in parse() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicAdapterTest.java238 int state = adapter.getState(); in disable() local
271 int state = adapter.getState(); in enable() local
/cts/tests/tests/content/src/android/content/res/cts/
DColorStateListTest.java39 final int[][] state = new int[][]{{0}, {0}}; in testConstructor() local
88 final int[][] state = new int[][]{{0}, {0}}; in testWithAlpha() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java119 int state = sStateMap.get(widgetId); in gotoNextTest() local
128 private boolean shouldPerformTest(int state) { in shouldPerformTest()
162 private TextData getInstruction(int state, Bundle options, int widgetId) { in getInstruction()
243 int state = sStateMap.get(appWidgetId); in updateWidget() local
/cts/tests/app/app/src/android/app/stubs/
DTestedActivity.java34 protected void onRestoreInstanceState(Bundle state) { in onRestoreInstanceState()
DTestedScreen.java57 protected void onRestoreInstanceState(Bundle state) { in onRestoreInstanceState()
DMockTabActivity.java66 protected void onRestoreInstanceState(Bundle state) { in onRestoreInstanceState()
/cts/tests/tests/location/src/android/location/cts/
DTestMeasurementUtil.java164 int state = measurement.getState(); in assertAllGnssMeasurementMandatoryFields() local
397 int state = measurement.getState(); in verifyReceivedSatelliteVehicleTimeInNs() local
599 private static String getReceivedSvTimeNsLogMessage(String constellationType, String state) { in getReceivedSvTimeNsLogMessage()
615 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseRemoteTelecomTest.java185 void assertRemoteConnectionState(final RemoteConnection connection, final int state) { in assertRemoteConnectionState()
203 void assertRemoteConferenceState(final RemoteConference conference, final int state) { in assertRemoteConferenceState()
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
DPrivilegedAppDisableTest.java78 int state = pm.getApplicationEnabledSetting(packageName); in assertPackageEnabledState() local
/cts/tests/tests/database/src/android/database/cts/
DContentObserverTest.java161 protected void setSelfChangeState(boolean state) { in setSelfChangeState()
207 protected void setSelfChangeState(boolean state) { in setSelfChangeState()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTunneledPlayer.java276 CodecState state; in addTrack() local
280 mVideoCodecStates.put(Integer.valueOf(trackIndex), state); in addTrack() local
284 mAudioCodecStates.put(Integer.valueOf(trackIndex), state); in addTrack() local
/cts/tests/tests/os/src/android/os/cts/
DTestedScreen.java57 protected void onRestoreInstanceState(Bundle state) { in onRestoreInstanceState()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java239 ProcessState state = null; in assertBackgroundState() local
256 ProcessState state = null; in assertForegroundState() local
273 ProcessState state = null; in assertForegroundServiceState() local
291 protected boolean isBackground(int state) { in isBackground()
337 final State state = State.valueOf(parts[0]); in checkNetworkAccess() local
755 ProcessState state = null; in launchActivity() local
804 final int state; field in AbstractRestrictBackgroundNetworkTestCase.ProcessState

1234