Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/service/
Ddiskstats.proto73 // App's data size in kilobytes
75 // App's cache size in kilobytes
/frameworks/native/cmds/flatland/
DREADME.txt42 16:10 App -> Home Transition | 1280 x 800 | 4.069
43 16:10 App -> Home Transition | 2560 x 1600 | 15.911
44 16:10 App -> Home Transition | 3840 x 2400 | 38.795
/frameworks/base/proto/src/
Dmetrics_constants.proto220 // OPEN: Settings > Apps > Configure apps > App links > [App]
228 // OPEN: Settings > Internal storage > Apps storage > [App]
233 // OPEN: Settings > Apps > [App info]
238 // OPEN: Settings > Memory > App usage > [App Memory usage]
246 // OPEN: Settings > Memory > App usage
388 // OPEN: Settings > Battery > [App Use details]
481 // OPEN: Settings > Sound & notification > App notifications > [App]
767 // PACKAGE: App that posted the notification.
769 // PACKAGE: App that posted the notification
771 // PACKAGE: App that posted the notification
[all …]
Dwifi.proto557 // SystemAPI connect() command, Settings App
/frameworks/base/data/keyboards/
Dqwerty.kl114 # App switch = Overview key
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DLockscreenFragment.java200 private static class App extends Item { class in LockscreenFragment
207 public App(Context context, LauncherActivityInfo info) { in App() method in LockscreenFragment.App
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags64 30025 am_broadcast_discard_app (User|1|5),(Broadcast|1|5),(Action|3),(Receiver Number|1|1),(App|3)
/frameworks/base/tools/aapt/
DResourceTable.h96 App, enumerator
DResource.cpp1252 ResourceTable::PackageType packageType = ResourceTable::App; in buildResources()
DResourceTable.cpp1771 case App: in ResourceTable()