Searched refs:missingSystemImeProvider (Results 1 – 2 of 2) sorted by relevance
159 IntFunction<ArraySet<String>> missingSystemImeProvider = in testManagedProfileWithMissingSystemIme() local163 missingSystemImeProvider, in testManagedProfileWithMissingSystemIme()172 when(missingSystemImeProvider.apply(MANAGED_PROFILE_USER_ID)).thenReturn(missingImes); in testManagedProfileWithMissingSystemIme()
81 IntFunction<ArraySet<String>> missingSystemImeProvider, in OtaController() argument91 mMissingSystemImeProvider = missingSystemImeProvider; in OtaController()