Home
last modified time | relevance | path

Searched refs:PrimarySubscriptionListChangedService (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
DPrimarySubscriptionListChangedService.kt35 class PrimarySubscriptionListChangedService : JobService() { class
44 this@PrimarySubscriptionListChangedService, in onStartJob()
71 ComponentName(context, PrimarySubscriptionListChangedService::class.java) in scheduleJob()
DSimSelectNotification.java107 PrimarySubscriptionListChangedService.scheduleJob(context, intent); in onReceive()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DPrimarySubscriptionListChangedServiceTest.java48 Robolectric.setupService(PrimarySubscriptionListChangedService.class); in schedulePrimarySubscriptionChanged_addSchedule_intentPassToJobInfo()
54 PrimarySubscriptionListChangedService.scheduleJob(context, intent); in schedulePrimarySubscriptionChanged_addSchedule_intentPassToJobInfo()
72 PrimarySubscriptionListChangedService.scheduleJob(context, new Intent()); in schedulePrimarySubscriptionChanged_addSchedule_whenInvoked()