Home
last modified time | relevance | path

Searched refs:stubInfo (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppManagerTest.java222 TvInteractiveAppServiceInfo stubInfo = null; in testAppLinkCommand() local
225 stubInfo = info; in testAppLinkCommand()
229 assertNotNull(stubInfo); in testAppLinkCommand()
235 mManager.sendAppLinkCommand(stubInfo.getId(), bundle); in testAppLinkCommand()
246 TvInteractiveAppServiceInfo stubInfo = null; in testAppLinkInfo() local
249 stubInfo = info; in testAppLinkInfo()
253 assertNotNull(stubInfo); in testAppLinkInfo()
257 mManager.registerAppLinkInfo(stubInfo.getId(), info); in testAppLinkInfo()
267 mManager.unregisterAppLinkInfo(stubInfo.getId(), info); in testAppLinkInfo()
273 mManager.registerAppLinkInfo(stubInfo.getId(), info); in testAppLinkInfo()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DCrossUserPackageVisibilityTests.java284 final PackageInfo stubInfo = in testHasUidSigningCertificate_cannotDetectStubPkgs() local
295 stubInfo.applicationInfo.uid, in testHasUidSigningCertificate_cannotDetectStubPkgs()
296 stubInfo.signingInfo.getApkContentsSigners()[0].toByteArray(), in testHasUidSigningCertificate_cannotDetectStubPkgs()
527 final PackageInfo stubInfo = in testHasSigningCertificate_cannotDetectStubPkg() local
535 stubInfo.signingInfo.getApkContentsSigners()[0].toByteArray(), in testHasSigningCertificate_cannotDetectStubPkg()
/cts/tests/tests/tv/src/android/media/tv/ad/cts/
DTvAdServiceTest.java485 TvAdServiceInfo stubInfo = null; in testAppLinkCommand() local
488 stubInfo = info; in testAppLinkCommand()
492 assertNotNull(stubInfo); in testAppLinkCommand()
498 mManager.sendAppLinkCommand(stubInfo.getId(), bundle); in testAppLinkCommand()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java625 final ApplicationInfo stubInfo = mTargetContext.getPackageManager().getApplicationInfo(
710 stubInfo.uid,
722 final ActivityManager.ProcessErrorStateInfo info0 = t0.uid == stubInfo.uid ? t0 : t1;
727 stubInfo.uid,
DActivityManagerProcessStateTest.java2183 ApplicationInfo stubInfo = mContext.getPackageManager().getApplicationInfo( in testCycleFgAppAndAlert() local
2202 stubInfo.uid, ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE, in testCycleFgAppAndAlert()