Searched refs:activity (Results 1 – 17 of 17) sorted by relevance
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 211 Activity activity = getActivity(); 212 if (null != activity && !activity.isFinishing()) { 213 activity.finish(); 358 final Activity activity = getActivity(); in showToast() local 359 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() local 504 CameraManager manager = (CameraManager) activity.getSystemService(Context.CAMERA_SERVICE); in setUpCameraOutputs() 533 int displayRotation = activity.getWindowManager().getDefaultDisplay().getRotation(); in setUpCameraOutputs() [all …]
|
/system/extras/simpleperf/scripts/ |
D | app_profiler.py | 369 if self.args.launch or self.args.activity or self.args.test: 377 if self.args.activity: 390 activity = self.args.app + '/' + self.args.activity 391 result = self.adb.run(['shell', 'am', 'start', '-n', activity]) 394 log_exit("Can't start activity %s" % activity) 526 if (not args.app) and (args.compile_java_code or args.activity or args.test):
|
/system/extras/app-launcher/ |
D | README | 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 to 69 package+activity and use that in am start.
|
D | app-launcher.sh | 381 activity=$2 397 $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…
|
/system/nfc/tools/casimir/src/ |
D | rf_packets.pdl | 47 /// for each technology and protocol. Packets are grouped by activity 49 /// - DATA is used for the Data Exchange activity 52 /// - SELECT_COMMAND, SELECT_RESPONSE are used for the Device Activation activity 53 /// - DEACTIVATE_NOTIFICATION is used for the Device Deactivation activity
|
/system/sepolicy/private/ |
D | system_suspend.te | 51 -bluetooth # support Bluetooth activity attribution (BTAA)
|
D | service_contexts | 142 activity u:object_r:activity_service:s0
|
D | app.te | 680 # Applications should use the activity model for receiving events
|
/system/extras/ANRdaemon/ |
D | README | 2 activity when CPU usage is very high. The daemon uses debugfs underlying for
|
/system/extras/simpleperf/ |
D | README.md | 4 [Inspect CPU activity with CPU Profiler](https://developer.android.com/studio/profile/cpu-profiler).
|
/system/logging/logd/ |
D | README.property | 68 priority. All other pruning activity is oldest first. Special case ~! represents an automatic
|
/system/chre/doc/ |
D | vendor_extensions.md | 122 periods of high activity. Refer to the GNSS and WWAN APIs for design patterns
|
D | nanoapp_overview.md | 181 `chre_power_test_client`, to create some activity at the CHRE API level which
|
/system/libsysprop/srcs/android/sysprop/ |
D | BluetoothProperties.sysprop | 566 # BR/EDR Page scan activity configuration 589 # BR/EDR Inquiry scan activity configuration
|
/system/extras/simpleperf/doc/ |
D | README.md | 4 [Inspect CPU activity with CPU Profiler](https://developer.android.com/studio/profile/cpu-profiler).
|
/system/apex/docs/ |
D | README.md | 26 started from the activity manager, which becomes ready in a later stage of
|
/system/core/rootdir/ |
D | init.rc | 35 # app mem cgroups, used by activity manager, lmkd and zygote
|