Searched refs:appName (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | BindUtils.java | 78 public AppControlWrapper bindToApp(Context context, TelecomTestApp appName) in bindToApp() argument 81 if (sTelecomAppToService.containsKey(appName)) { in bindToApp() 82 return sTelecomAppToService.get(appName).second; in bindToApp() 84 final AppControlWrapper appControl = waitOnBindForApp(context, appName); in bindToApp() 86 Log.i(TAG, String.format("bindToApp: wait for %s to signal onBind is complete ", appName)); in bindToApp() 100 "Timed out waiting for isBound to return <TRUE> for [" + appName + "]"); in bindToApp() 103 appName, elapsed)); in bindToApp() 194 private AppControlWrapper waitOnBindForApp(Context context, TelecomTestApp appName) in waitOnBindForApp() argument 198 Log.i(TAG, String.format("waitOnBindForApp: requesting bind to %s", appName)); in waitOnBindForApp() 200 boolean success = context.bindService(createBindIntentForApplication(appName), in waitOnBindForApp() [all …]
|
/cts/hostsidetests/angle/src/android/angle/cts/ |
D | CtsAngleDeveloperOptionHostTest.java | 80 private void installApp(String appName) throws Exception { in installApp() argument 83 installPackage(appName); in installApp()
|
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 319 private void launchBackgroundService(String appName, String Api) throws Exception { in launchBackgroundService() argument 322 getDevice().executeAdbCommand("shell", "cmd", "deviceidle", "tempwhitelist", appName); in launchBackgroundService() 326 "--es", "API", Api, appName); in launchBackgroundService()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20353/src/android/security/cts/CVE_2022_20353/ |
D | DeviceTest.java | 92 text = mContext.getString(R.string.appName); in testDefaultRingtonePreference()
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 287 String appName = wms.getFocusedApp(); in waitForAppFocus() local 288 if (appName != null) { in waitForAppFocus() 289 ComponentName comp = ComponentName.unflattenFromString(appName); in waitForAppFocus() 296 + waitForApp + ", last was " + appName); in waitForAppFocus() 298 Log.i(TAG, "Waiting for app focus, current: " + appName); in waitForAppFocus()
|