Home
last modified time | relevance | path

Searched defs:packageName (Results 1 – 5 of 5) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/androidTest/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemTest.java39 private LaunchItem createTestLaunchItem(String packageName, String name, Drawable banner, in createTestLaunchItem()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java62 public TvNotification(String key, String packageName, String title, String text, in TvNotification()
147 String packageName = cursor.getString(index++); in fromCursor() local
/device/generic/goldfish/slim/FakeSystemApp/src/com/android/fakesystemapp/systemui/
DSlimMediaProjectionPermissionActivity.java146 private Intent getMediaProjectionIntent(int uid, String packageName) in getMediaProjectionIntent()
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp338 static bool isMissingAidl(const std::string& packageName) { in isMissingAidl()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemsManager.java347 private void invalidateListsForPackage(String packageName) { in invalidateListsForPackage()