Home
last modified time | relevance | path

Searched refs:id (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DAbstractStandardAppHelper.java45 String id = getLauncherName(); in open() local
47 mLauncherStrategy.launch(id, pkg); in open()
/platform_testing/tests/smokefast/src/com/android/smokefast/app/
DMediaPlaybackTestApp.java34 mSurfaceView = (SurfaceView)findViewById(R.id.surface_view); in onCreate()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/app/
DMediaPlaybackTestApp.java34 mSurfaceView = (SurfaceView)findViewById(R.id.surface_view); in onCreate()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java166 public void sendNotification(int id, int visibility, String title) throws Exception { in sendNotification() argument
177 mNotificationManager.notify(id, notification); in sendNotification()
229 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence() argument
235 if (sbn.getId() == id) { in checkNotificationExistence()
249 public StatusBarNotification getStatusBarNotification(int id) { in getStatusBarNotification() argument
253 if (sbn.getId() == id) { in getStatusBarNotification()
/platform_testing/tests/functional/testapks/permissiontestappmv1/src/com/android/permissontestappmv1/
DMainActivity.java44 final Button buttonGetPermission = (Button) findViewById(R.id.buttonGetPermission); in onCreate()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DFrameworkDownloadTests.java161 public boolean isDownloadCompleted(long id) in isDownloadCompleted() argument
167 if (mCompleteIds.contains(id)) { in isDownloadCompleted()
DSysUINotificationShadeTests.java252 private boolean checkNotificationExistence(int id) throws Exception { in checkNotificationExistence() argument
258 if (sbn.getId() == id) { in checkNotificationExistence()
/platform_testing/libraries/google-app-camera-helper/src/android/platform/test/helpers/
DGoogleCameraHelperImpl.java1141 String id = getLauncherName(); in openWithShutterTimeString() local
1145 launchStart = mLauncherStrategy.launch(id, pkg); in openWithShutterTimeString()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java641 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() argument