Searched refs:stubInfo (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/ |
D | TvInteractiveAppManagerTest.java | 222 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/ |
D | CrossUserPackageVisibilityTests.java | 284 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/ |
D | TvAdServiceTest.java | 485 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/ |
D | ActivityManagerTest.java | 625 final ApplicationInfo stubInfo = mTargetContext.getPackageManager().getApplicationInfo( 710 stubInfo.uid, 722 final ActivityManager.ProcessErrorStateInfo info0 = t0.uid == stubInfo.uid ? t0 : t1; 727 stubInfo.uid,
|
D | ActivityManagerProcessStateTest.java | 2183 ApplicationInfo stubInfo = mContext.getPackageManager().getApplicationInfo( in testCycleFgAppAndAlert() local 2202 stubInfo.uid, ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE, in testCycleFgAppAndAlert()
|