Home
last modified time | relevance | path

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

1234

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java65 class App { class in ContextMap
175 private List<App> mApps = new ArrayList<App>();
199 App app = new App(uuid, callback, info, appName, appScanStats); in add()
213 App entry = i.next(); in remove()
264 App entry = getById(id); in addConnection()
305 App getById(int id) { in getById()
322 App getByUuid(UUID uuid) { in getByUuid()
339 App getByName(String name) { in getByName()
374 App temp = getById(id); in getAppScanStatsById()
406 App getByConnId(int connId) { in getByConnId()
[all …]
H A DGattService.java1332 ScannerMap.App cbApp = mScannerMap.getByUuid(uuid); in onScannerRegistered()
1397 ClientMap.App app = mClientMap.getByUuid(uuid); in onClientRegistered()
1418 ClientMap.App app = mClientMap.getById(clientIf); in onConnected()
1434 ClientMap.App app = mClientMap.getById(clientIf); in onDisconnected()
1450 ClientMap.App app = mClientMap.getByConnId(connId); in onClientPhyUpdate()
1472 ClientMap.App app = mClientMap.getByConnId(connId); in onClientPhyRead()
1491 ClientMap.App app = mClientMap.getByConnId(connId); in onClientConnUpdate()
1795 ClientMap.App app = mClientMap.getById(clientIf); in onReadRemoteRssi()
3178 ServerMap.App app = mServerMap.getByUuid(uuid); in onServerRegistered()
3227 ServerMap.App app = mServerMap.getById(serverIf); in onServiceAdded()
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
H A DRecentlyAccessedByUtils.java50 static List<App> getAppList(Context context, int[] appOps) { in getAppList()
58 ArrayList<App> recentApps = new ArrayList<>(packageOpsCount); in getAppList()
75 App recentApp = getRecentRequestFromOps(packageManager, currentTime, ops, in getAppList()
83 recentApps.sort(Comparator.comparingLong(app -> ((App) app).mLastAccess).reversed()); in getAppList()
88 private static App getRecentRequestFromOps(PackageManager packageManager, long currentTime, in getRecentRequestFromOps()
126 return new App(packageName, icon, appLabel, mostRecentAccessEnd); in getRecentRequestFromOps()
129 static class App { class in RecentlyAccessedByUtils
135 private App(String packageName, Drawable icon, CharSequence label, long lastAccess) { in App() method in RecentlyAccessedByUtils.App
H A DSensorFragment.java136 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup()
142 for (RecentlyAccessedByUtils.App app : recentApps) { in addRecentAppsGroup()
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dapp.cc85 class App { class
87 App() : mConstructionCookie(kConstructed), mCurrentTest(nullptr) {} in App() function in general_test::App
89 ~App() { in ~App()
129 chreMessageFromHostData App::adjustHostMessageForNYC( in adjustHostMessageForNYC()
149 void App::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent()
182 void App::createTest(const void *eventData) { in createTest()
250 void App::freeTest() { in freeTest()
259 static general_test::App gApp;
/aosp12/art/test/1001-app-image-regions/
H A Dexpected-stdout.txt2 App image loaded true
4 App image section size large enough true
/aosp12/frameworks/base/core/proto/android/server/
H A Dappstatetracker.proto44 // App ids that are in power-save exemption list.
47 // App ids that are in power-save user exemption list.
50 // App ids that are in temporary power-save exemption list.
/aosp12/frameworks/base/core/proto/android/service/
H A Ddiskstats.proto84 // App's code size in kilobytes
86 // App's cache size in kilobytes
88 // App's data size in kilobytes
/aosp12/system/extras/tests/workloads/
H A Dsystemapps.sh151 …printf "%-6s %7s(ms) %6s(ms) %s %s %s %s\n" App Time AmTime Restart DirReclaim Jank Laten…
172 printf "%-8s %5s(ms) %3s(ms) %s %s\n" App Start Iter Jank Latency
255 …printf "%-6s %7s(ms) %6s(ms) %6s(ms) %s %s %s %s\n" App Max Ave Min Restart DirReclai…
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dtvsettings_enums.proto451 // TvSettings > Apps > App permissions
454 // TvSettings > Apps > App permission > Body sensors
457 // TvSettings > Apps > App permission > Calendar
460 // TvSettings > Apps > App permission > Call logs
463 // TvSettings > Apps > App permission > Camera
466 // TvSettings > Apps > App permission > Contacts
469 // TvSettings > Apps > App permission > Location
472 // TvSettings > Apps > App permission > Microphone
475 // TvSettings > Apps > App permission > Phone
481 // TvSettings > Apps > App permission > SMS
[all …]
H A Dsettings_enums.proto293 // ACTION: Settings > App detail > Uninstall
299 // ACTION: Settings > App detail > Disable app
302 // ACTION: Settings > App detail > Enable app
305 // ACTION: Settings > App detail > Clear data
308 // ACTION: Settings > App detail > Clear cache
1050 // OPEN: Settings > Apps > Configure apps > App links > [App]
1060 // OPEN: Settings > Apps > [App info]
1065 // OPEN: Settings > Memory > App usage > [App Memory usage]
1070 // OPEN: Settings > Memory > App usage
1238 // OPEN: Settings > Sound & notification > App notifications > [App]
[all …]
/aosp12/system/bt/gd/rust/facade/src/
H A Dmain.rs5 use clap::{App, Arg};
31 let matches = App::new("bluetooth_with_facades") in async_main()
/aosp12/frameworks/native/cmds/flatland/
H A 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
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/
H A DREADME.md1 # B-Frames Encoding App
5 This page describes how to get started with the Encoder App and how to run the tests for it.
/aosp12/packages/apps/Car/Calendar/
H A DREADME.md1 # Car Calendar App
/aosp12/packages/apps/Car/libs/car-uxr-client-lib/
H A DREADME.md1 # Android Automotive App-side User Experience Restriction (UXR) library
/aosp12/system/update_engine/cros/
H A Domaha_request_action.cc146 struct App { struct
198 vector<App> apps;
265 OmahaParserData::App::PostInstallAction action = { in ParserHandlerStart()
597 bool ParsePackage(OmahaParserData::App* app, in ParsePackage()
716 void ParseRollbackVersions(const OmahaParserData::App& platform_app, in ParseRollbackVersions()
747 void PersistEolInfo(const OmahaParserData::App& platform_app) { in PersistEolInfo()
772 [&params](const OmahaParserData::App& app) { in ParseResponse()
895 const OmahaParserData::App* main_app = nullptr; in ParseParams()
917 const OmahaParserData::App& app = *main_app; in ParseParams()
/aosp12/frameworks/native/opengl/tests/gl_perfapp/
H A DAndroid.bp2 // OpenGL ES Perf App
/aosp12/build/make/target/product/
H A Daosp_64bitonly_x86_64.mk72 PRODUCT_MODEL := AOSP on x86_64 App
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dfile.te16 # App executable files in /data/data directories
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dfile.te16 # App executable files in /data/data directories
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.md3 ## App-standby and Sync Manager
6 ["App Standby Buckets"](https://developer.android.com/topic/performance/appstandby), which throttle…
110 - Normally, sync operations are subject to App-Standby, which throttles jobs owned by background
/aosp12/packages/services/Car/tests/BugReportApp/
H A DREADME.md1 # AAE BugReport App
35 ## App Configuration
/aosp12/packages/apps/Launcher3/tests/res/raw/
H A Dpackage_install_state_change_task_data.txt8 # App shortcuts
H A Dwidgets_predication_update_task_data.txt8 # App shortcuts

1234