Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java226 private static final String RECEIVER_ACTION_NAME = field in PackageManagerTest
420 Intent broadcastIntent = new Intent(RECEIVER_ACTION_NAME); in testQuery()