/aosp14/frameworks/base/core/java/android/app/ |
H A D | EventLogTags.logtags | 8 # The activity's onPause has been called. 10 # The activity's onResume has been called. 13 # The activity's onStop has been called. 16 # The activity's onCreate has been called. 18 # The activity's onRestart has been called. 20 # The activity's onStart has been called. 22 # The activity's onDestroy has been called. 24 # The activity's onActivityResult has been called. 27 # The activity's onTopResumedActivityChanged(true) has been called. 29 # The activity's onTopResumedActivityChanged(false) has been called.
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | StringUtilsTests.cpp | 27 EXPECT_TRUE(collection.has("a")); in TEST() 28 EXPECT_TRUE(collection.has("b")); in TEST() 29 EXPECT_TRUE(collection.has("c")); in TEST() 30 EXPECT_FALSE(collection.has("d")); in TEST() 36 EXPECT_TRUE(collection.has("GL_ext1")); in TEST() 37 EXPECT_FALSE(collection.has("GL_ext")); // string present, but not in list in TEST()
|
/aosp14/frameworks/base/core/proto/android/net/ |
H A D | networkcapabilities.proto | 35 // Indicates this is a network that has the ability to reach the 38 // Indicates this is a network that has the ability to reach the 41 // Indicates this is a network that has the ability to reach the 44 // Indicates this is a network that has the ability to reach the 47 // Indicates this is a network that has the ability to reach the 50 // Indicates this is a network that has the ability to reach the 53 // Indicates this is a network that has the ability to reach a Wi-Fi 56 // Indicates this is a network that has the ability to reach a carrier's 59 // Indicates this is a network that has the ability to reach a carrier's 62 // Indicates this is a network that has the ability to reach a carrier's [all …]
|
/aosp14/frameworks/base/core/proto/android/app/ |
H A D | activitymanager.proto | 30 // report uid has become idle, original value is 1 << 2 32 // report uid has become active, original value is 1 << 3 34 // report uid cached state has changed, original value is 1 << 4 36 // report uid capability has changed, original value is 1 << 5 38 // report pid oom adj has changed, original value is 1 << 6
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | TokenBucketTest.java | 74 assertTrue(tb.has()); in testReset() 88 assertTrue(tb.has()); in testFill() 118 while (!tb.has()) { in testAverage() 137 while (!tb.has()) { in testBurst() 148 assertTrue(tb.has()); in getOneByOne() 157 assertFalse(tb.has()); in assertEmpty()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 302 extensions.has("EGL_EXT_buffer_age") || extensions.has("EGL_KHR_partial_update"); in initExtensions() 303 EglExtensions.setDamage = extensions.has("EGL_KHR_partial_update"); in initExtensions() 304 LOG_ALWAYS_FATAL_IF(!extensions.has("EGL_KHR_swap_buffers_with_damage"), in initExtensions() 307 EglExtensions.glColorSpace = extensions.has("EGL_KHR_gl_colorspace"); in initExtensions() 308 EglExtensions.noConfigContext = extensions.has("EGL_KHR_no_config_context"); in initExtensions() 309 EglExtensions.pixelFormatFloat = extensions.has("EGL_EXT_pixel_format_float"); in initExtensions() 310 EglExtensions.scRGB = extensions.has("EGL_EXT_gl_colorspace_scrgb"); in initExtensions() 312 EglExtensions.hdr = extensions.has("EGL_EXT_gl_colorspace_bt2020_pq"); in initExtensions() 313 EglExtensions.contextPriority = extensions.has("EGL_IMG_context_priority"); in initExtensions() 315 EglExtensions.fenceSync = extensions.has("EGL_KHR_fence_sync"); in initExtensions() [all …]
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | MediaPlayerMetadataParserTest.java | 171 assertTrue(mMetadata.has(Metadata.TITLE)); in testRecordsFound() 172 assertTrue(mMetadata.has(Metadata.GENRE)); in testRecordsFound() 173 assertTrue(mMetadata.has(Metadata.firstCustomId())); in testRecordsFound() 174 assertFalse(mMetadata.has(Metadata.DRM_CRIPPLED)); in testRecordsFound() 209 assertTrue(mMetadata.has(Metadata.MIME_TYPE)); in testParseClearState() 211 assertFalse(mMetadata.has(Metadata.TITLE)); in testParseClearState() 212 assertFalse(mMetadata.has(Metadata.GENRE)); in testParseClearState() 213 assertFalse(mMetadata.has(Metadata.firstCustomId())); in testParseClearState()
|
/aosp14/frameworks/base/tools/ |
H A D | aidl | 1 Where has aidl gone? 3 aidl has moved to //system/tools/aidl as part of adding support for
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | EventLogTags.logtags | 24 # Application process has been started 26 # An application process has been marked as bad 42 # A process has crashed too many times, it is being cleared 46 # A service has crashed too many times, it is being stopped 74 # UserState has changed 81 # Note when the state of a uid has become active. 83 # Note when the state of a uid has become idle (background check enforced).
|
H A D | BroadcastQueue.md | 9 receivers, where each receiver has the opportunity to influence the final 13 capability has been deprecated and its use is discouraged due to its system 37 Each per-process queue has the concept of a _runnable at_ timestamp when it's 83 * A per-process queue that has a delayed _runnable at_ policy applied can risk 87 * A per-process queue that has a large number of pending broadcasts can risk
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | pagetypeinfo.proto | 31 * The memory has multiple zones, e.g. DMA zone, Normal zone 32 * Each zone has 11 free area. Each free area corresponds to pages of the same order. 33 * Each free area has 6 free list. Each corresponds to one migration type. 35 * Each zone has 11 * 6 = 66 free list.
|
H A D | batterystats.proto | 78 // #times the device has been started since start_clock_time_millis. 260 // The amount of time that wifi has been on and the driver has been in the 295 // The amount of time that the mobile network has been active (in a high 359 // Starting in Oreo, Battery Settings has two modes to display the battery 494 // The current time the timer has been active, if it is being tracked. 498 // has been on since reset. This may differ from duration_ms since, depending 720 // Number of times the process has been started. 722 // Number of times the process has had an ANR. 724 // Number of times the process has crashed. 741 // Time this uid has any processes in the top state. [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EventLogTags.logtags | 18 # An activity has been resumed into the foreground but was not already running: 20 # An activity has been resumed and is now in the foreground: 30 # Application process has been started 34 # An activity has been relaunched, resumed, and is now in the foreground: 36 # An activity has been relaunched:
|
/aosp14/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
H A D | WifiConfigurationHelper.java | 218 if (jsonConfig.has("phase2")) { in getWifiConfiguration() 222 if (jsonConfig.has("identity")) { in getWifiConfiguration() 226 if (jsonConfig.has("anonymous_identity")) { in getWifiConfiguration() 230 if (jsonConfig.has("ca_cert")) { in getWifiConfiguration() 234 if (jsonConfig.has("client_cert")) { in getWifiConfiguration() 246 if (jsonConfig.has("ip")) { in getWifiConfiguration()
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | package.proto | 90 // This component or application has been explictily enabled, regardless 91 // of what it has specified in its manifest. 93 // This component or application has been explicitly disabled, regardless of 94 // what it has specified in its manifest. 96 // The user has explicitly disabled the application, regardless of what it has
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | EventLogTags.logtags | 21 # This is logged when the screen on broadcast has completed 23 # This is logged when the screen broadcast has completed 25 # This is logged when the screen on broadcast has completed 35 # Power save state has changed. See BatterySaverController.java for the details. 38 # Note when the user activity timeout has been overriden by ActivityManagerService 81 # when a notification has been clicked 83 # when a notification action button has been clicked 85 # when a notification has been canceled
|
/aosp14/frameworks/base/proto/src/ |
H A D | system_messages.proto | 46 // Warn the user that the device has gotten warm. 78 // Notification to tell the user that a process has exceeded its memory limit. 92 // Notify the user that always-on VPN has disconnected. 172 // Inform the user that there has been a permission request for an account 193 // Inform the user that Wifi Wake has automatically re-enabled wifi 215 // Notify the user that their softap config preference has changed. 247 // Notify the user that their admin has changed location settings. 335 // Notify the user that their work profile has been deleted 390 // Notify the user that some accessibility service has view and control permissions. 394 // Notify the user an abusive background app has been detected.
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | README.md | 7 It has the following roles: 31 of the sound trigger HAL driver. It has two main implementations, `SoundTriggerHw2Compat` and 73 1. The client has done something wrong. 74 2. The service implementation has done something wrong. 75 3. The HAL has done something wrong. 76 4. Nobody has done anything wrong, but runtime conditions prevent an operation from being fulfilled 99 This component has some tricky thread synchronization considerations due to its layered design and 135 changed while the lock has been released.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | camera.md | 6 2. Even though `PhoneWindowManager` has a lot of logic to detect all manner of power button multi-p… 14 …tent would have to launch a resolver (because the user has multiple camera apps installed and has …
|
H A D | dagger.md | 13 Dagger 2 has been turned on for SystemUI and much of 15 has been converted to use Dagger. Since a lot of SystemUI depends on Dependency, 37 equivalent dagger version is using `@Singleton` and therefore only has one instance. 72 If you have a class that you want to make injectable that has can not
|
/aosp14/frameworks/base/startop/view_compiler/ |
H A D | README.md | 19 This tool is still in its early stages and has a number of limitations. 29 The DexBuilder has several low-level end to end tests to verify generated DEX 30 code validates, runs, and has the correct behavior. There are, unfortunately, a
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | keyguard.md | 9 Keyguard is the first screen available when turning on the device, as long as the user has not spec… 21 …ne of two signals: the user presses the power button or the screen timeout has passed. This may [l… 31 #### Device unlocked, Keyguard has gone away
|
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | KeyRevocationList.java | 104 if (jsonObject.has(JSON_ENTRIES)) { in fromJsonString() 110 String reason = entry.has(JSON_REASON) ? entry.getString(JSON_REASON) : ""; in fromJsonString()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SurfaceSyncGroup.md | 25 An additional Runnable argument can be passed in which ensures the Runnable has executed before add… 29 …has added all the `SurfaceSyncGroup` to the sync, they should call `markSyncReady()` If the caller… 37 …has been marked as ready and all children are complete. This doesn't mean the transaction has been… 41 …d that this next buffer is the one to sync. The `SurfaceViewFrameCallback` has one method `onFrame…
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManager.md | 44 meaning if the caller has a foreground activity, 48 e.g. when the caller has a foreground service, a service bound by the system of a specific kind, 54 This is what happens when the app has just received a high-priority FCM, for example. 69 This will allow the app to access network, even if it has been in the `RARE` bucket 121 when it has just received a "high-priority FCM").
|