Searched defs:workSpecIds (Results 1 – 6 of 6) sorted by relevance
34 void onAllConstraintsMet(@NonNull List<String> workSpecIds); in onAllConstraintsMet()41 void onAllConstraintsNotMet(@NonNull List<String> workSpecIds); in onAllConstraintsNotMet()
118 public void onConstraintMet(@NonNull List<String> workSpecIds) { in onConstraintMet()132 public void onConstraintNotMet(@NonNull List<String> workSpecIds) { in onConstraintNotMet()
142 public void onAllConstraintsMet(@NonNull List<String> workSpecIds) { in onAllConstraintsMet()148 public void onAllConstraintsNotMet(@NonNull List<String> workSpecIds) { in onAllConstraintsNotMet()
46 void onConstraintMet(@NonNull List<String> workSpecIds); in onConstraintMet()53 void onConstraintNotMet(@NonNull List<String> workSpecIds); in onConstraintNotMet()
101 public synchronized void onAllConstraintsMet(@NonNull List<String> workSpecIds) { in onAllConstraintsMet()109 public synchronized void onAllConstraintsNotMet(@NonNull List<String> workSpecIds) { in onAllConstraintsNotMet()
477 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testBeginUniqueWork_setsUniqueName() local496 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testEnqueueUniquePeriodicWork_setsUniqueName() local509 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testBeginUniqueWork_deletesOldWorkOnReplace() local545 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testEnqueueUniquePeriodicWork_deletesOldWorkOnReplace() local575 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testBeginUniqueWork_keepsExistingWorkOnKeep() local609 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testEnqueueUniquePeriodicWork_keepsExistingWorkOnKeep() local640 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testBeginUniqueWork_replacesExistingWorkOnKeepWhenExistingWorkIsDone() local676 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testEnqueueUniquePeriodicWork_replacesExistingWorkOnKeepWhenExistingWorkIsDone() local706 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testBeginUniqueWork_appendsExistingWorkOnAppend() local752 List<String> workSpecIds = mDatabase.workNameDao().getWorkSpecIdsWithName(uniqueName); in testBeginUniqueWork_appendsExistingWorkToOnlyLeavesOnAppend() local[all …]