Searched refs:activity (Results 1 – 22 of 22) sorted by relevance
211 Activity activity = getActivity();212 if (null != activity && !activity.isFinishing()) {213 activity.finish();358 final Activity activity = getActivity(); in showToast() local359 if (activity != null) { in showToast()360 activity.runOnUiThread(new Runnable() { in showToast()363 Toast.makeText(activity, text, Toast.LENGTH_SHORT).show(); in showToast()503 Activity activity = getActivity(); in setUpCameraOutputs() local504 CameraManager manager = (CameraManager) activity.getSystemService(Context.CAMERA_SERVICE); in setUpCameraOutputs()533 int displayRotation = activity.getWindowManager().getDefaultDisplay().getRotation(); in setUpCameraOutputs()[all …]
290 if self.args.activity or self.args.test:293 if self.args.activity:300 activity = self.args.app + '/' + self.args.activity301 result = self.adb.run(['shell', 'am', 'start', '-n', activity])304 log_exit("Can't start activity %s" % activity)422 if (not args.app) and (args.compile_java_code or args.activity or args.test):
8 # Needs to contact the "webviewupdate" and "activity" services
548 # Applications should use the activity model for receiving events
555 # Applications should use the activity model for receiving events
44 activity name in logcat and add these to the launch_phone_apps()67 way to find the package and activity for the app of interest is to69 package+activity and use that in am start.
381 activity=$2397 $adb shell "simpleperf stat -a am start -W -n $package/$activity"409 …launch_app com.google.android.youtube.tv com.google.android.apps.youtube.tv.activity.TvGuideActivi…411 …launch_app com.google.android.play.games com.google.android.gms.games.pano.activity.PanoGamesOnboa…
21 # the main 'activity hint' thread needs to be fairly high priority to kick off
2 activity when CPU usage is very high. The daemon uses debugfs underlying for
3 activity u:object_r:activity_service:s0
512 # Applications should use the activity model for receiving events
530 # Applications should use the activity model for receiving events
30 # app mem cgroups, used by activity manager, lmkd and zygote