/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextView_SaveStateTest.java | 32 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source); in testToString() local 44 TextView.SavedState state = TextView.SavedState.CREATOR.createFromParcel(source); in testWriteToParcel() local
|
D | CompoundButtonTest.java | 230 int[] state = compoundButton.onCreateDrawableState(0); in testOnCreateDrawableState() local 296 Parcelable state; in testAccessInstanceState() local
|
D | DatePickerTest.java | 181 protected void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_BaseSavedStateTest.java | 26 BaseSavedState state = new BaseSavedState(Parcel.obtain()); in testConstructors() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
D | LocationModeDeviceOnlyTestActivity.java | 42 protected void testAdvance(int state) { in testAdvance()
|
D | LocationModeOffTestActivity.java | 41 protected void testAdvance(int state) { in testAdvance()
|
D | LocationModeHighAccuracyTestActivity.java | 42 protected void testAdvance(int state) { in testAdvance()
|
D | LocationModeBatterySavingTestActivity.java | 42 protected void testAdvance(int state) { in testAdvance()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | ListeningPortsTest.java | 227 private static boolean isPortListening(String state, boolean isTcp) { in isPortListening() 242 private final String state; field in ListeningPortsTest.ParsedProcEntry 245 private ParsedProcEntry(InetAddress addr, int port, String state, int uid) { in ParsedProcEntry() 283 String state = fields[3]; in parse() local
|
/cts/tools/dasm/src/java_cup/runtime/ |
D | symbol.java | 24 public symbol(int sym_num, int state) in symbol()
|
D | lr_parser.java | 387 protected final short get_action(int state, int sym) in get_action() 442 protected final short get_reduce(int state, int sym) in get_reduce()
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | MetaKeyKeyListenerTest.java | 115 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/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BasicAdapterTest.java | 238 int state = adapter.getState(); in disable() local 271 int state = adapter.getState(); in enable() local
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ColorStateListTest.java | 35 final int[][] state = new int[][] { { 0 }, { 0 } }; in testColorStateList() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/ |
D | WidgetCtsProvider.java | 119 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/src/android/app/cts/ |
D | TestedActivity.java | 34 protected void onRestoreInstanceState(Bundle state) { in onRestoreInstanceState()
|
D | TestedScreen.java | 57 protected void onRestoreInstanceState(Bundle state) { in onRestoreInstanceState()
|
D | MockTabActivity.java | 66 protected void onRestoreInstanceState(Bundle state) { in onRestoreInstanceState()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | ContentObserverTest.java | 161 protected void setSelfChangeState(boolean state) { in setSelfChangeState() 207 protected void setSelfChangeState(boolean state) { in setSelfChangeState()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioRecord_BufferSizeTest.java | 87 private void checkRecordingState(final int state) { in checkRecordingState()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | P2pTestListActivity.java | 170 int state = intent.getIntExtra(WifiP2pManager.EXTRA_WIFI_STATE, -1); in onReceive() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | ConnectionAccessClientActivity.java | 139 int state = msg.arg1; in handleStateChange() local
|
D | ConnectionAccessServerActivity.java | 139 int state = msg.arg1; in handleStateChange() local
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
D | StorageManagerTest.java | 152 public int state = -1; field in StorageManagerTest.ObbObserver 156 public void onObbStateChange(String path, int state) { in onObbStateChange()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | InsetDrawableTest.java | 244 int[] state = new int[] {1, 2, 3}; in testOnStateChange() local 325 protected boolean onStateChange(int[] state) { in onStateChange()
|