Home
last modified time | relevance | path

Searched refs:fullIntent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java578 final Intent fullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL) in updateBroadcasts() local
586 getContext().sendStickyBroadcastAsUser(fullIntent, UserHandle.ALL); in updateBroadcasts()
588 getContext().removeStickyBroadcastAsUser(fullIntent, UserHandle.ALL); in updateBroadcasts()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java3547 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged() local
3549 fullIntent, in broadcastServiceStateChanged()
3554 fullIntent, in broadcastServiceStateChanged()
3579 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged() local
3580 fullIntent.setPackage(locationBypassPackage); in broadcastServiceStateChanged()
3582 fullIntent, in broadcastServiceStateChanged()
3586 fullIntent, in broadcastServiceStateChanged()