Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java3547 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged()
3561 Intent sanitizedIntent = createServiceStateIntent(state, subId, phoneId, true); in broadcastServiceStateChanged()
3579 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged()
3593 Intent sanitizedIntent = createServiceStateIntent(state, subId, phoneId, true); in broadcastServiceStateChanged()
3609 private Intent createServiceStateIntent(ServiceState state, int subId, int phoneId, in createServiceStateIntent() method in TelephonyRegistry
/aosp14/frameworks/base/services/
H A Dart-profile451 HPLcom/android/server/TelephonyRegistry;->createServiceStateIntent(Landroid/telephony/ServiceState;…