Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DBootReminderTest.java105 return createBootReminderInternal(/* hasManagedProfile */ false); in createBootReminder()
109 return createBootReminderInternal(/* hasManagedProfile */ true); in createBootReminderWithWorkProfile()
112 private BootReminder createBootReminderInternal(boolean hasManagedProfile) { in createBootReminderInternal() method in BootReminderTest