HomeSort by relevance Sort by last modified time
    Searched refs:currentActivity (Results 1 - 22 of 22) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivityGroup.java 10 private Activity currentActivity;
14 return currentActivity;
23 currentActivity = activity;
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 389 Activity currentActivity = (Activity) view.getContext();
390 launchComplicationHelperActivity(currentActivity, ComplicationLocation.LEFT);
395 Activity currentActivity = (Activity) view.getContext();
396 launchComplicationHelperActivity(currentActivity, ComplicationLocation.RIGHT);
439 Activity currentActivity, ComplicationLocation complicationLocation) {
454 currentActivity, AnalogComplicationWatchFaceService.class);
456 currentActivity.startActivityForResult(
458 currentActivity,
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 389 Activity currentActivity = (Activity) view.getContext();
390 launchComplicationHelperActivity(currentActivity, ComplicationLocation.LEFT);
395 Activity currentActivity = (Activity) view.getContext();
396 launchComplicationHelperActivity(currentActivity, ComplicationLocation.RIGHT);
439 Activity currentActivity, ComplicationLocation complicationLocation) {
454 currentActivity, AnalogComplicationWatchFaceService.class);
456 currentActivity.startActivityForResult(
458 currentActivity,
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 374 public static Size getOptimalPreviewSize(Activity currentActivity,
389 Display display = currentActivity.getWindowManager().getDefaultDisplay();
492 public static int getCameraFacingIntentExtras(Activity currentActivity) {
496 currentActivity.getIntent().getIntExtra(Util.EXTRAS_CAMERA_FACING, -1);
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 639 public static int getCameraFacingIntentExtras(Activity currentActivity) {
643 currentActivity.getIntent().getIntExtra(CameraUtil.EXTRAS_CAMERA_FACING, -1);
647 int frontCameraId = ((CameraActivity) currentActivity).getCameraProvider()
654 int backCameraId = ((CameraActivity) currentActivity).getCameraProvider()
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 443 ActivityResolveInfo currentActivity = activities.get(i);
444 if (currentActivity.resolveInfo == activity) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserModel.java 429 ActivityResolveInfo currentActivity = activities.get(i);
430 if (currentActivity.resolveInfo == activity) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 4322 milliseconds