Searched refs:RECEIVER_ACTION (Results 1 – 3 of 3) sorted by relevance
55 val RECEIVER_ACTION = "android.packageinstaller.emptytestapp.cts.action" in <lambda>() constant102 Intent(RECEIVER_ACTION) in <lambda>()118 IntentFilter(RECEIVER_ACTION), in <lambda>()
86 private static final String RECEIVER_ACTION = field in UninstallTest119 mContext.registerReceiver(mReceiver, new IntentFilter(RECEIVER_ACTION), in setup()263 Intent broadcastIntent = new Intent(RECEIVER_ACTION).setPackage(mContext.getPackageName()); in testUninstallApi()
53 private static final String RECEIVER_ACTION = ".TRAMPOLINE"; field in NotificationTrampolineTestService81 mReceiverAction = getPackageName() + RECEIVER_ACTION; in onCreate()