Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 4471) sorted by relevance

12345678910>>...179

/packages/apps/Dialer/java/com/android/dialer/util/
DPermissionsUtil.java82 public static boolean hasPhonePermissions(Context context) { in hasPhonePermissions()
86 public static boolean hasReadPhoneStatePermissions(Context context) { in hasReadPhoneStatePermissions()
90 public static boolean hasContactsReadPermissions(Context context) { in hasContactsReadPermissions()
94 public static boolean hasContactsWritePermissions(Context context) { in hasContactsWritePermissions()
98 public static boolean hasLocationPermissions(Context context) { in hasLocationPermissions()
102 public static boolean hasCameraPermissions(Context context) { in hasCameraPermissions()
106 public static boolean hasMicrophonePermissions(Context context) { in hasMicrophonePermissions()
110 public static boolean hasCallLogReadPermissions(Context context) { in hasCallLogReadPermissions()
114 public static boolean hasCallLogWritePermissions(Context context) { in hasCallLogWritePermissions()
118 public static boolean hasCequintPermissions(Context context) { in hasCequintPermissions()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DInjector.java35 AlarmManagerWrapper getAlarmManagerWrapper(Context context); in getAlarmManagerWrapper()
39 CategoryProvider getCategoryProvider(Context context); in getCategoryProvider()
41 CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context); in getCurrentWallpaperFactory()
43 ExploreIntentChecker getExploreIntentChecker(Context context); in getExploreIntentChecker()
45 FormFactorChecker getFormFactorChecker(Context context); in getFormFactorChecker()
47 LiveWallpaperStatusChecker getLiveWallpaperStatusChecker(Context context); in getLiveWallpaperStatusChecker()
49 LoggingOptInStatusProvider getLoggingOptInStatusProvider(Context context); in getLoggingOptInStatusProvider()
51 NetworkStatusNotifier getNetworkStatusNotifier(Context context); in getNetworkStatusNotifier()
53 PartnerProvider getPartnerProvider(Context context); in getPartnerProvider()
57 Requester getRequester(Context context); in getRequester()
[all …]
DBaseWallpaperInjector.java56 public synchronized PartnerProvider getPartnerProvider(Context context) { in getPartnerProvider()
64 public synchronized WallpaperPreferences getPreferences(Context context) { in getPreferences()
72 public synchronized WallpaperPersister getWallpaperPersister(Context context) { in getWallpaperPersister()
80 public synchronized WallpaperRefresher getWallpaperRefresher(Context context) { in getWallpaperRefresher()
88 public synchronized Requester getRequester(Context context) { in getRequester()
96 public synchronized WallpaperManagerCompat getWallpaperManagerCompat(Context context) { in getWallpaperManagerCompat()
104 public synchronized CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context) { in getCurrentWallpaperFactory()
113 public synchronized LiveWallpaperStatusChecker getLiveWallpaperStatusChecker(Context context) { in getLiveWallpaperStatusChecker()
122 public synchronized NetworkStatusNotifier getNetworkStatusNotifier(Context context) { in getNetworkStatusNotifier()
130 public synchronized PackageStatusNotifier getPackageStatusNotifier(Context context) { in getPackageStatusNotifier()
[all …]
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java74 public static void showInCallScreen(Context context, boolean showDialpad) { in showInCallScreen()
85 public static void silenceRinger(Context context) { in silenceRinger()
96 public static void cancelMissedCallsNotification(Context context) { in cancelMissedCallsNotification()
106 public static Uri getAdnUriForPhoneAccount(Context context, PhoneAccountHandle handle) { in getAdnUriForPhoneAccount()
118 Context context, String dialString, @Nullable PhoneAccountHandle handle) { in handleMmi()
135 Context context, String uriScheme) { in getDefaultOutgoingPhoneAccount()
142 public static PhoneAccount getPhoneAccount(Context context, PhoneAccountHandle handle) { in getPhoneAccount()
146 public static List<PhoneAccountHandle> getCallCapablePhoneAccounts(Context context) { in getCallCapablePhoneAccounts()
155 public static List<PhoneAccountHandle> getSubscriptionPhoneAccounts(Context context) { in getSubscriptionPhoneAccounts()
186 public static Optional<SubscriptionInfo> getSubscriptionInfo( in getSubscriptionInfo()
[all …]
/packages/apps/Contacts/src/com/android/contacts/util/
DSharedPreferenceUtil.java64 public static boolean getHamburgerPromoDisplayedBefore(Context context) { in getHamburgerPromoDisplayedBefore()
69 public static void setHamburgerPromoDisplayedBefore(Context context) { in setHamburgerPromoDisplayedBefore()
76 public static boolean getHamburgerMenuClickedBefore(Context context) { in getHamburgerMenuClickedBefore()
81 public static void setHamburgerMenuClickedBefore(Context context) { in setHamburgerMenuClickedBefore()
88 public static boolean getHamburgerPromoTriggerActionHappenedBefore(Context context) { in getHamburgerPromoTriggerActionHappenedBefore()
93 public static void setHamburgerPromoTriggerActionHappenedBefore(Context context) { in setHamburgerPromoTriggerActionHappenedBefore()
109 public static boolean getShouldShowHamburgerPromo(Context context) { in getShouldShowHamburgerPromo()
115 protected static SharedPreferences getSharedPreferences(Context context) { in getSharedPreferences()
120 public static String getSharedPreferencesFilename(Context context) { in getSharedPreferencesFilename()
124 public static int getNumOfDismissesForAutoSyncOff(Context context) { in getNumOfDismissesForAutoSyncOff()
[all …]
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberCompat.java60 public static String getIdColumnName(Context context) { in getIdColumnName()
69 public static String getTypeColumnName(Context context) { in getTypeColumnName()
78 public static String getSourceColumnName(Context context) { in getSourceColumnName()
83 public static String getOriginalNumberColumnName(Context context) { in getOriginalNumberColumnName()
94 public static String getCountryIsoColumnName(Context context) { in getCountryIsoColumnName()
99 public static String getE164NumberColumnName(Context context) { in getE164NumberColumnName()
117 public static boolean useNewFiltering(Context context) { in useNewFiltering()
129 public static boolean hasMigratedToNewBlocking(Context context) { in hasMigratedToNewBlocking()
142 public static void setHasMigratedToNewBlocking(Context context, boolean hasMigrated) { in setHasMigratedToNewBlocking()
155 public static Uri getContentUri(Context context, @Nullable Integer id) { in getContentUri()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/stub/
DStubVoicemailClient.java43 public boolean isVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailEnabled()
49 Context context, PhoneAccountHandle phoneAccountHandle, boolean enabled) {} in setVoicemailEnabled()
53 Context context, StringBuilder where, List<String> selectionArgs) {} in appendOmtpVoicemailSelectionClause()
57 Context context, StringBuilder where, List<String> selectionArgs) {} in appendOmtpVoicemailStatusSelectionClause()
60 public boolean isVoicemailArchiveEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailArchiveEnabled()
65 public boolean isVoicemailArchiveAvailable(Context context) { in isVoicemailArchiveAvailable()
71 Context context, PhoneAccountHandle phoneAccountHandle, boolean value) {} in setVoicemailArchiveEnabled()
75 Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailTranscriptionAvailable()
80 public boolean isVoicemailTranscriptionEnabled(Context context, PhoneAccountHandle account) { in isVoicemailTranscriptionEnabled()
85 public boolean isVoicemailDonationAvailable(Context context, PhoneAccountHandle account) { in isVoicemailDonationAvailable()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntents.java113 public abstract void launchPermissionCheckActivity(final Context context); in launchPermissionCheckActivity()
115 public abstract void launchConversationListActivity(final Context context); in launchConversationListActivity()
121 public void launchConversationActivity(final Context context, in launchConversationActivity()
130 public abstract void launchConversationActivity(final Context context, in launchConversationActivity()
138 public abstract void launchConversationActivityWithParentStack(Context context, in launchConversationActivityWithParentStack()
144 public abstract void launchConversationActivityNewTask(final Context context, in launchConversationActivityNewTask()
150 public abstract void launchCreateNewConversationActivity(final Context context, in launchCreateNewConversationActivity()
156 public abstract void launchDebugMmsConfigActivity(final Context context); in launchDebugMmsConfigActivity()
161 public abstract void launchSettingsActivity(final Context context); in launchSettingsActivity()
166 public abstract void launchAddContactActivity(final Context context, final String destination); in launchAddContactActivity()
[all …]
DUIIntentsImpl.java90 private Intent getConversationActivityIntent(final Context context, in getConversationActivityIntent()
138 public void launchPermissionCheckActivity(final Context context) { in launchPermissionCheckActivity()
146 private Intent getConversationListActivityIntent(final Context context) { in getConversationListActivityIntent()
151 public void launchConversationListActivity(final Context context) { in launchConversationListActivity()
159 private Intent getSmsStorageLowWarningActivityIntent(final Context context) { in getSmsStorageLowWarningActivityIntent()
164 public void launchConversationActivity(final Context context, in launchConversationActivity()
175 final Context context, final String conversationId) { in launchConversationActivityNewTask()
183 public void launchConversationActivityWithParentStack(final Context context, in launchConversationActivityWithParentStack()
196 public void launchCreateNewConversationActivity(final Context context, in launchCreateNewConversationActivity()
204 public void launchDebugMmsConfigActivity(final Context context) { in launchDebugMmsConfigActivity()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailClientImpl.java80 public boolean hasCarrierSupport(Context context, PhoneAccountHandle phoneAccountHandle) { in hasCarrierSupport()
86 public boolean isVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailEnabled()
92 Context context, PhoneAccountHandle phoneAccountHandle, boolean enabled) { in setVoicemailEnabled()
97 public boolean isVoicemailArchiveEnabled(Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailArchiveEnabled()
102 public boolean isVoicemailArchiveAvailable(Context context) { in isVoicemailArchiveAvailable()
123 Context context, PhoneAccountHandle phoneAccountHandle, boolean value) { in setVoicemailArchiveEnabled()
129 Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailTranscriptionAvailable()
166 public boolean isVoicemailTranscriptionEnabled(Context context, PhoneAccountHandle account) { in isVoicemailTranscriptionEnabled()
173 Context context, PhoneAccountHandle phoneAccountHandle) { in isVoicemailDonationAvailable()
194 public boolean isVoicemailDonationEnabled(Context context, PhoneAccountHandle account) { in isVoicemailDonationEnabled()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/
DVoicemailClient.java68 boolean hasCarrierSupport(Context context, PhoneAccountHandle phoneAccountHandle); in hasCarrierSupport()
76 boolean isVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle); in isVoicemailEnabled()
83 void setVoicemailEnabled(Context context, PhoneAccountHandle phoneAccountHandle, boolean enabled); in setVoicemailEnabled()
95 Context context, StringBuilder where, List<String> selectionArgs); in appendOmtpVoicemailSelectionClause()
106 Context context, StringBuilder where, List<String> selectionArgs); in appendOmtpVoicemailStatusSelectionClause()
108 boolean isVoicemailArchiveEnabled(Context context, PhoneAccountHandle phoneAccountHandle); in isVoicemailArchiveEnabled()
115 boolean isVoicemailArchiveAvailable(Context context); in isVoicemailArchiveAvailable()
118 Context context, PhoneAccountHandle phoneAccountHandle, boolean value); in setVoicemailArchiveEnabled()
125 boolean isVoicemailTranscriptionAvailable(Context context, PhoneAccountHandle account); in isVoicemailTranscriptionAvailable()
128 boolean isVoicemailTranscriptionEnabled(Context context, PhoneAccountHandle account); in isVoicemailTranscriptionEnabled()
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DExchangeAccountType.java47 public ExchangeAccountType(Context context, String authenticatorPackageName, String type) { in ExchangeAccountType()
81 protected DataKind addDataKindStructuredName(Context context) throws DefinitionException { in addDataKindStructuredName()
115 protected DataKind addDataKindDisplayName(Context context) throws DefinitionException { in addDataKindDisplayName()
157 protected DataKind addDataKindPhoneticName(Context context) throws DefinitionException { in addDataKindPhoneticName()
182 protected DataKind addDataKindNickname(Context context) throws DefinitionException { in addDataKindNickname()
195 protected DataKind addDataKindPhone(Context context) throws DefinitionException { in addDataKindPhone()
219 protected DataKind addDataKindEmail(Context context) throws DefinitionException { in addDataKindEmail()
231 protected DataKind addDataKindStructuredPostal(Context context) throws DefinitionException { in addDataKindStructuredPostal()
271 protected DataKind addDataKindIm(Context context) throws DefinitionException { in addDataKindIm()
287 protected DataKind addDataKindOrganization(Context context) throws DefinitionException { in addDataKindOrganization()
[all …]
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorUtils.java47 public static void populateDatabase(@NonNull Context context) { in populateDatabase()
56 public static void populateVoicemail(@NonNull Context context) { in populateVoicemail()
65 public static void populateVoicemailFast(@NonNull Context context) { in populateVoicemailFast()
74 public static void fastPopulateDatabase(@NonNull Context context) { in fastPopulateDatabase()
83 public static void cleanDatabase(@NonNull Context context) { in cleanDatabase()
92 public static void clearPreferredSim(Context context) { in clearPreferredSim()
101 public static void syncVoicemail(@NonNull Context context) { in syncVoicemail()
106 public static void sharePersistentLog(@NonNull Context context) { in sharePersistentLog()
123 public static void addVoicemailNotifications(@NonNull Context context, int notificationNum) { in addVoicemailNotifications()
169 public Void doInBackground(Context context) { in doInBackground()
[all …]
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchFeatureProvider.java43 SearchResultLoader getSearchResultLoader(Context context, String query); in getSearchResultLoader()
49 List<SearchQueryTask> getSearchQueryTasks(Context context, String query); in getSearchQueryTasks()
54 SavedQueryLoader getSavedQueryLoader(Context context); in getSavedQueryLoader()
59 DatabaseIndexingManager getIndexingManager(Context context); in getIndexingManager()
70 void updateIndexAsync(Context context, IndexingCallback callback); in updateIndexAsync()
75 boolean isIndexingComplete(Context context); in isIndexingComplete()
105 void searchResultClicked(Context context, String query, SearchResult searchResult); in searchResultClicked()
110 boolean isSmartSearchRankingEnabled(Context context); in isSmartSearchRankingEnabled()
115 long smartSearchRankingTimeoutMs(Context context); in smartSearchRankingTimeoutMs()
120 void searchRankingWarmup(Context context); in searchRankingWarmup()
[all …]
/packages/apps/TV/tuner/src/com/android/tv/tuner/prefs/
DTunerPreferences.java39 protected static SharedPreferences getSharedPreferences(Context context) { in getSharedPreferences()
43 public static synchronized int getChannelDataVersion(Context context) { in getChannelDataVersion()
51 public static synchronized void setChannelDataVersion(Context context, int version) { in setChannelDataVersion()
59 public static synchronized int getScannedChannelCount(Context context) { in getScannedChannelCount()
65 public static synchronized void setScannedChannelCount(Context context, int channelCount) { in setScannedChannelCount()
73 public static synchronized boolean isScanDone(Context context) { in isScanDone()
79 public static synchronized void setScanDone(Context context) { in setScanDone()
87 public static synchronized long getTrickplayExpiredMs(Context context) { in getTrickplayExpiredMs()
93 public static synchronized void setTrickplayExpiredMs(Context context, long timeMs) { in setTrickplayExpiredMs()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DExchangeAccountType.java49 public ExchangeAccountType(Context context, String authenticatorPackageName, String type) { in ExchangeAccountType()
83 protected DataKind addDataKindStructuredName(Context context) throws DefinitionException { in addDataKindStructuredName()
112 protected DataKind addDataKindPhoneticName(Context context) throws DefinitionException { in addDataKindPhoneticName()
130 protected DataKind addDataKindNickname(Context context) throws DefinitionException { in addDataKindNickname()
143 protected DataKind addDataKindPhone(Context context) throws DefinitionException { in addDataKindPhone()
173 protected DataKind addDataKindEmail(Context context) throws DefinitionException { in addDataKindEmail()
185 protected DataKind addDataKindStructuredPostal(Context context) throws DefinitionException { in addDataKindStructuredPostal()
225 protected DataKind addDataKindIm(Context context) throws DefinitionException { in addDataKindIm()
241 protected DataKind addDataKindOrganization(Context context) throws DefinitionException { in addDataKindOrganization()
256 protected DataKind addDataKindPhoto(Context context) throws DefinitionException { in addDataKindPhoto()
[all …]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java90 public void updateNotification(Context context) { in updateNotification()
103 public void cancelNotifications(Context context) { in cancelNotifications()
112 public void registerPhoneAccount(Context context) { in registerPhoneAccount()
209 public void showAllPhoneAccounts(Context context) { in showAllPhoneAccounts()
220 private NotificationManager getNotificationManager(Context context) { in getNotificationManager()
227 private Notification getPhoneAccountNotification(Context context) { in getPhoneAccountNotification()
252 private Notification getMainNotification(Context context) { in getMainNotification()
271 private PendingIntent createExitIntent(Context context) { in createExitIntent()
281 private PendingIntent createRegisterPhoneAccountIntent(Context context) { in createRegisterPhoneAccountIntent()
290 private PendingIntent createShowAllPhoneAccountsIntent(Context context) { in createShowAllPhoneAccountsIntent()
[all …]
/packages/apps/TV/src/com/android/tv/util/
DTvSettings.java75 public static String getMultiAudioId(Context context) { in getMultiAudioId()
80 public static void setMultiAudioId(Context context, String language) { in setMultiAudioId()
87 public static String getMultiAudioLanguage(Context context) { in getMultiAudioLanguage()
92 public static void setMultiAudioLanguage(Context context, String language) { in setMultiAudioLanguage()
99 public static int getMultiAudioChannelCount(Context context) { in getMultiAudioChannelCount()
104 public static void setMultiAudioChannelCount(Context context, int channelCount) { in setMultiAudioChannelCount()
112 Context context, int trackType, TvTrackInfo info) { in setDvrPlaybackTrackSettings()
143 public static TvTrackInfo getDvrPlaybackTrackSettings(Context context, int trackType) { in getDvrPlaybackTrackSettings()
172 public static void addContentRatingSystem(Context context, String id) { in addContentRatingSystem()
182 public static void removeContentRatingSystem(Context context, String id) { in removeContentRatingSystem()
[all …]
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.java62 public static FeatureFactory getFactory(Context context) { in getFactory()
97 public abstract SuggestionFeatureProvider getSuggestionFeatureProvider(Context context); in getSuggestionFeatureProvider()
99 public abstract SupportFeatureProvider getSupportFeatureProvider(Context context); in getSupportFeatureProvider()
103 public abstract PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context); in getPowerUsageFeatureProvider()
105 public abstract DashboardFeatureProvider getDashboardFeatureProvider(Context context); in getDashboardFeatureProvider()
109 public abstract ApplicationFeatureProvider getApplicationFeatureProvider(Context context); in getApplicationFeatureProvider()
114 Context context); in getEnterprisePrivacyFeatureProvider()
118 public abstract SurveyFeatureProvider getSurveyFeatureProvider(Context context); in getSurveyFeatureProvider()
122 public abstract UserFeatureProvider getUserFeatureProvider(Context context); in getUserFeatureProvider()
130 public abstract ContextualCardFeatureProvider getContextualCardFeatureProvider(Context context); in getContextualCardFeatureProvider()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/overlay/
DFeatureFactory.java62 public static FeatureFactory getFactory(Context context) { in getFactory()
97 public abstract SuggestionFeatureProvider getSuggestionFeatureProvider(Context context); in getSuggestionFeatureProvider()
99 public abstract SupportFeatureProvider getSupportFeatureProvider(Context context); in getSupportFeatureProvider()
103 public abstract PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context); in getPowerUsageFeatureProvider()
105 public abstract DashboardFeatureProvider getDashboardFeatureProvider(Context context); in getDashboardFeatureProvider()
109 public abstract ApplicationFeatureProvider getApplicationFeatureProvider(Context context); in getApplicationFeatureProvider()
114 Context context); in getEnterprisePrivacyFeatureProvider()
118 public abstract SurveyFeatureProvider getSurveyFeatureProvider(Context context); in getSurveyFeatureProvider()
122 public abstract UserFeatureProvider getUserFeatureProvider(Context context); in getUserFeatureProvider()
130 public abstract ContextualCardFeatureProvider getContextualCardFeatureProvider(Context context); in getContextualCardFeatureProvider()
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSettingsFacade.java36 public void setUserSetupCompleted(Context context, int userId) { in setUserSetupCompleted()
44 public boolean isUserSetupCompleted(Context context) { in isUserSetupCompleted()
51 public boolean isDeviceProvisioned(Context context) { in isDeviceProvisioned()
58 public void setDeviceProvisioned(Context context) { in setDeviceProvisioned()
65 public void setPackageVerifierEnabled(Context context, boolean packageVerifierEnabled) { in setPackageVerifierEnabled()
73 public boolean isPackageVerifierEnabled(Context context) { in isPackageVerifierEnabled()
80 public void setProfileContactRemoteSearch(Context context, boolean allowed, int userId) { in setProfileContactRemoteSearch()
88 public void setCrossProfileCalendarEnabled(Context context, boolean allowed, int userId) { in setCrossProfileCalendarEnabled()
96 public boolean isDuringSetupWizard(Context context) { in isDuringSetupWizard()
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DRoleBehavior.java42 @NonNull Context context) { in isAvailableAsUser()
50 default List<String> getDefaultHolders(@NonNull Role role, @NonNull Context context) { in getDefaultHolders()
58 default String getFallbackHolder(@NonNull Role role, @NonNull Context context) { in getFallbackHolder()
66 @NonNull Context context) { in isVisibleAsUser()
75 @NonNull Context context) { in getManageIntentAsUser()
84 @NonNull Context context) {} in preparePreferenceAsUser()
92 @NonNull UserHandle user, @NonNull Context context) {} in prepareApplicationPreferenceAsUser()
99 @NonNull Context context) { in getConfirmationMessage()
108 @NonNull Context context) { in getQualifyingPackagesAsUser()
117 @NonNull Context context) { in isPackageQualified()
[all …]
/packages/apps/Dialer/java/com/android/dialer/oem/
DMotorolaUtils.java60 private static boolean isSpnMatched(Context context) { in isSpnMatched()
76 static boolean isSupportingHiddenMenu(Context context) { in isSupportingHiddenMenu()
81 public static boolean shouldBlinkHdIconWhenConnectingCall(Context context) { in shouldBlinkHdIconWhenConnectingCall()
88 public static boolean shouldShowHdIconInNotification(Context context) { in shouldShowHdIconInNotification()
95 public static boolean shouldShowWifiIconInCallLog(Context context, int features) { in shouldShowWifiIconInCallLog()
103 public static boolean shouldDisablePhoneNumberFormatting(Context context) { in shouldDisablePhoneNumberFormatting()
121 public static boolean handleSpecialCharSequence(Context context, String input) { in handleSpecialCharSequence()
126 public static boolean isWifiCallingAvailable(Context context) { in isWifiCallingAvailable()
142 private static boolean isSupportingSprintHdCodec(Context context) { in isSupportingSprintHdCodec()
148 private static boolean isSupportingSprintWifiCall(Context context) { in isSupportingSprintWifiCall()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSlicesFeatureProvider.java16 SliceDataConverter getSliceDataConverter(Context context); in getSliceDataConverter()
36 void indexSliceDataAsync(Context context); in indexSliceDataAsync()
42 void indexSliceData(Context context); in indexSliceData()
51 CustomSliceable getSliceableFromUri(Context context, Uri uri); in getSliceableFromUri()
56 WifiCallingSliceHelper getNewWifiCallingSliceHelper(Context context); in getNewWifiCallingSliceHelper()
61 Enhanced4gLteSliceHelper getNewEnhanced4gLteSliceHelper(Context context); in getNewEnhanced4gLteSliceHelper()
/packages/apps/Settings/src/com/android/settings/slices/
DSlicesFeatureProvider.java16 SliceDataConverter getSliceDataConverter(Context context); in getSliceDataConverter()
36 void indexSliceDataAsync(Context context); in indexSliceDataAsync()
42 void indexSliceData(Context context); in indexSliceData()
51 CustomSliceable getSliceableFromUri(Context context, Uri uri); in getSliceableFromUri()
56 WifiCallingSliceHelper getNewWifiCallingSliceHelper(Context context); in getNewWifiCallingSliceHelper()
61 Enhanced4gLteSliceHelper getNewEnhanced4gLteSliceHelper(Context context); in getNewEnhanced4gLteSliceHelper()

12345678910>>...179