Searched refs:windowContextOptions (Results 1 – 1 of 1) sorted by relevance
72 public static boolean isWindowProviderService(@Nullable Bundle windowContextOptions) { in isWindowProviderService() argument73 if (windowContextOptions == null) { in isWindowProviderService()76 return (windowContextOptions.getBoolean(KEY_IS_WINDOW_PROVIDER_SERVICE, false)); in isWindowProviderService()