/cts/tests/tests/print/src/android/print/cts/ |
D | BasePrintTest.java | 25 import static org.mockito.Mockito.when; 419 doAnswer(layoutAnswer).when(adapter).onLayout(any(PrintAttributes.class), in createMockPrintDocumentAdapter() 424 doAnswer(writeAnswer).when(adapter).onWrite(any(PageRange[].class), in createMockPrintDocumentAdapter() 429 doAnswer(finishAnswer).when(adapter).onFinish(); in createMockPrintDocumentAdapter() 441 doCallRealMethod().when(callbacks).setSession(any(StubbablePrinterDiscoverySession.class)); in createMockPrinterDiscoverySessionCallbacks() 442 when(callbacks.getSession()).thenCallRealMethod(); in createMockPrinterDiscoverySessionCallbacks() 445 doAnswer(onStartPrinterDiscovery).when(callbacks).onStartPrinterDiscovery( in createMockPrinterDiscoverySessionCallbacks() 449 doAnswer(onStopPrinterDiscovery).when(callbacks).onStopPrinterDiscovery(); in createMockPrinterDiscoverySessionCallbacks() 452 doAnswer(onValidatePrinters).when(callbacks).onValidatePrinters( in createMockPrinterDiscoverySessionCallbacks() 456 doAnswer(onStartPrinterStateTracking).when(callbacks).onStartPrinterStateTracking( in createMockPrinterDiscoverySessionCallbacks() [all …]
|
/cts/tests/tests/app/src/android/app/cts/ |
D | NotificationTest.java | 50 assertTrue(System.currentTimeMillis() - mNotification.when < TOLERANCE); in testConstructor() 55 assertEquals(notificationTime, mNotification.when); in testConstructor() 99 assertEquals(mNotification.when, result.when);
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 791 }).when(secondAppHostViewListener).onUpdateAppWidget(any(RemoteViews.class)); in testUpdateAppWidgetViaComponentName() 870 }).when(appHostViewListener).onUpdateAppWidget(any(RemoteViews.class)); in testUpdateAppWidgetViaWidgetId() 959 }).when(secondAppHostViewListener).onUpdateAppWidget(any(RemoteViews.class)); in testUpdateAppWidgetViaWidgetIds() 1040 }).when(appHostViewListener).onUpdateAppWidget(any(RemoteViews.class)); in testPartiallyUpdateAppWidgetViaWidgetId() 1120 }).when(firstAppHostViewListener).onUpdateAppWidget(any(RemoteViews.class)); in testPartiallyUpdateAppWidgetViaWidgetIds() 1144 }).when(secondAppHostViewListener).onUpdateAppWidget(any(RemoteViews.class)); in testPartiallyUpdateAppWidgetViaWidgetIds() 1227 }).when(callbacks).onUpdate(any(Context.class), any(AppWidgetManager.class), in testCollectionWidgets() 1251 }).when(factory).getCount(); in testCollectionWidgets() 1263 }).when(factory).getViewAt(any(int.class)); in testCollectionWidgets() 1269 }).when(factory).getViewTypeCount(); in testCollectionWidgets() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ClipDrawableTest.java | 454 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument 457 mWhen = when; in scheduleDrawable()
|
D | TransitionDrawableTest.java | 259 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument
|
D | RotateDrawableTest.java | 243 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument
|
D | DrawableTest.java | 682 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument 685 mWhen = when; in scheduleDrawable()
|
D | DrawableWrapperTest.java | 140 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument
|
D | ScaleDrawableTest.java | 128 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument
|
D | DrawableContainerTest.java | 1043 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument
|
D | LayerDrawableTest.java | 372 public void scheduleDrawable(Drawable who, Runnable what, long when) { in scheduleDrawable() argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 226 notification.put(JSON_WHEN, sbn.getNotification().when); in onNotificationPosted()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | docs.css | 392 /* Space out h3s when following a section */ 843 width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
|
/cts/tests/expectations/ |
D | knownfailures.txt | 111 description: "test can only run properly on a user build device when the bug is resolved",
|
/cts/tools/dasm/src/dasm/ |
D | parser.cup | 700 /* Format: same as above. Handles the case when last argument is integer */
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 1271 when: function( firstParam ) {
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 48291 long when
|