Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenAccessSettings.java101 final List<ApplicationInfo> installed = mPkgMan.getInstalledApplications(0); in reloadList() local
102 if (installed != null) { in reloadList()
103 for (ApplicationInfo app : installed) { in reloadList()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenAccessSettings.java104 final List<ApplicationInfo> installed = mPkgMan.getInstalledApplications(0); in reloadList() local
105 if (installed != null) { in reloadList()
106 for (ApplicationInfo app : installed) { in reloadList()
/packages/modules/DnsResolver/apex/
DAndroid.bp31 // IMPORTANT: For the APEX to be installed on Android 10,
35 // so that the package can be installed.
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DAppWidgetLoader.java179 List<AppWidgetProviderInfo> installed = in putInstalledAppWidgets() local
181 putAppWidgetItems(installed, null, items, categoryFilter, false); in putInstalledAppWidgets()
DUtils.java919 return info.enabled ? R.string.installed : R.string.disabled; in getInstallationStatus()
/packages/apps/Settings/src/com/android/settings/
DAppWidgetLoader.java179 List<AppWidgetProviderInfo> installed = in putInstalledAppWidgets() local
181 putAppWidgetItems(installed, null, items, categoryFilter, false); in putInstalledAppWidgets()
DUtils.java926 return info.enabled ? R.string.installed : R.string.disabled; in getInstallationStatus()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DVoicemailContentProvider.java549 final boolean installed = PackageUtils.isPackageInstalled(getContext(), pkg); in removeStalePackages()
551 Log.v(TAG, " " + pkg + (installed ? " installed" : " removed")); in removeStalePackages()
553 if (!installed) { in removeStalePackages()
/packages/providers/MediaProvider/apex/testing/
DAndroid.bp8 // Test APEX, should never be installed
/packages/apps/Car/libs/car-ui-lib/sharedlibrary/
DREADME.md5 …UCT_PACKAGES in vendor/auto/embeded/products/car.mk. It needs to be pre-installed with the system …
/packages/apps/Car/tests/RotaryPlayground/
Dreadme.md13 ## Once installed, launch Rotary Playground in the Launcher, or with this adb command:
/packages/modules/IPsec/apex/testing/
DAndroid.bp24 // Test APEX, should never be installed
/packages/services/Telephony/apex/testing/
DAndroid.bp23 // Test APEX, should never be installed
/packages/apps/CellBroadcastReceiver/apex/testing/
DAndroid.bp24 // Test APEX, should never be installed
/packages/apps/Settings/tests/unit/
DREADME4 The test apk then needs to be installed onto your test device via for example
/packages/apps/Traceur/uitests/
DREADME4 The test apk then needs to be installed onto your test device via for example
/packages/apps/StorageManager/tests/unit/
DREADME4 The test apk then needs to be installed onto your test device via for example
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DAppsAsyncLoaderTest.java369 private void registerApp(AppsAsyncLoader.PackageInfo info, int uid, long installed) { in registerApp() argument
376 packageInfo.firstInstallTime = installed; in registerApp()
/packages/apps/SettingsIntelligence/proto/
Dsettings_intelligence_log.proto55 // Queries installed app list during a search session
/packages/modules/SdkExtensions/testing/
DAndroid.bp23 installable: false, // Should never be installed on the systemimage
/packages/modules/IPsec/
DAndroid.bp84 installable: false, // Used only for testing; never installed alone.
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java159 assertThat(Utils.getInstallationStatus(info)).isEqualTo(R.string.installed); in getInstallationStatus_enabled_shouldReturnInstalled()
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md85 according to system preferences. Once RapidJSON is installed, it is possible
/packages/modules/DnsResolver/
Dstats.proto278 SYS_ENOPKG = 65; // Package not installed
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-client-1.30.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

12