Searched refs:onForegroundImportanceChanged (Results 1 – 5 of 5) sorted by relevance
46 void onForegroundImportanceChanged(boolean isForeground); in onForegroundImportanceChanged() method
350 public void onForegroundImportanceChanged(boolean isForeground) { in onForegroundImportanceChanged() method in SdkSandboxController.SdkSandboxClientImportanceListenerProxy351 mExecutor.execute(() -> listener.onForegroundImportanceChanged(isForeground)); in onForegroundImportanceChanged()
137 .onForegroundImportanceChanged(isForeground); in notifySdkSandboxClientImportanceChange()
95 …andbox.flags.sandbox_client_importance_listener") public void onForegroundImportanceChanged(boolea…
628 public void onForegroundImportanceChanged(boolean isForeground) { in onForegroundImportanceChanged() method in CtsSdkProviderApiImpl.ClientImportanceListener