Home
last modified time | relevance | path

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

12345678910>>...180

/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/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java75 public static void showInCallScreen(Context context, boolean showDialpad) { in showInCallScreen()
86 public static void silenceRinger(Context context) { in silenceRinger()
97 public static void cancelMissedCallsNotification(Context context) { in cancelMissedCallsNotification()
107 public static Uri getAdnUriForPhoneAccount(Context context, PhoneAccountHandle handle) { in getAdnUriForPhoneAccount()
119 Context context, String dialString, @Nullable PhoneAccountHandle handle) { in handleMmi()
136 Context context, String uriScheme) { in getDefaultOutgoingPhoneAccount()
143 public static PhoneAccount getPhoneAccount(Context context, PhoneAccountHandle handle) { in getPhoneAccount()
147 public static List<PhoneAccountHandle> getCallCapablePhoneAccounts(Context context) { in getCallCapablePhoneAccounts()
156 public static List<PhoneAccountHandle> getSubscriptionPhoneAccounts(Context context) { in getSubscriptionPhoneAccounts()
199 public static Optional<SubscriptionInfo> getSubscriptionInfo( in getSubscriptionInfo()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DInjector.java37 AlarmManagerWrapper getAlarmManagerWrapper(Context context); in getAlarmManagerWrapper()
41 CategoryProvider getCategoryProvider(Context context); in getCategoryProvider()
43 CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context); in getCurrentWallpaperFactory()
45 ExploreIntentChecker getExploreIntentChecker(Context context); in getExploreIntentChecker()
47 FormFactorChecker getFormFactorChecker(Context context); in getFormFactorChecker()
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()
61 UserEventLogger getUserEventLogger(Context context); in getUserEventLogger()
[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 NetworkStatusNotifier getNetworkStatusNotifier(Context context) { in getNetworkStatusNotifier()
121 public synchronized PackageStatusNotifier getPackageStatusNotifier(Context context) { in getPackageStatusNotifier()
130 public synchronized AlarmManagerWrapper getAlarmManagerWrapper(Context context) { in getAlarmManagerWrapper()
[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/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/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/Messaging/src/com/android/messaging/ui/
DUIIntents.java116 public abstract void launchPermissionCheckActivity(final Context context); in launchPermissionCheckActivity()
118 public abstract void launchConversationListActivity(final Context context); in launchConversationListActivity()
124 public void launchConversationActivity(final Context context, in launchConversationActivity()
133 public abstract void launchConversationActivity(final Context context, in launchConversationActivity()
141 public abstract void launchConversationActivityWithParentStack(Context context, in launchConversationActivityWithParentStack()
147 public abstract void launchConversationActivityNewTask(final Context context, in launchConversationActivityNewTask()
153 public abstract void launchCreateNewConversationActivity(final Context context, in launchCreateNewConversationActivity()
159 public abstract void launchDebugMmsConfigActivity(final Context context); in launchDebugMmsConfigActivity()
164 public abstract void launchSettingsActivity(final Context context); in launchSettingsActivity()
169 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/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/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/modules/Wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java64 private ContentResolver getContentResolver(Context context) { in getContentResolver()
71 private CarrierConfigManager getCarrierConfigManager(Context context) { in getCarrierConfigManager()
79 private ActivityManager getActivityManager(Context context) { in getActivityManager()
101 public boolean setIntegerSetting(Context context, String name, int def) { in setIntegerSetting()
105 public int getIntegerSetting(Context context, String name, int def) { in getIntegerSetting()
109 public long getLongSetting(Context context, String name, long def) { in getLongSetting()
113 public boolean setStringSetting(Context context, String name, String def) { in setStringSetting()
117 public String getStringSetting(Context context, String name) { in getStringSetting()
124 public int getSecureIntegerSetting(Context context, String name, int def) { in getSecureIntegerSetting()
131 public String getSecureStringSetting(Context context, String name) { in getSecureStringSetting()
[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/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()
258 protected DataKind addDataKindPhoto(Context context) throws DefinitionException { in addDataKindPhoto()
[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/TV/common/src/com/android/tv/common/util/
DPermissionUtils.java33 public static boolean hasAccessAllEpg(Context context) { in hasAccessAllEpg()
43 public static boolean hasAccessWatchedHistory(Context context) { in hasAccessWatchedHistory()
53 public static boolean hasModifyParentalControls(Context context) { in hasModifyParentalControls()
62 public static boolean hasReadTvListings(Context context) { in hasReadTvListings()
67 public static boolean hasInternet(Context context) { in hasInternet()
72 public static boolean hasWriteExternalStorage(Context context) { in hasWriteExternalStorage()
77 public static boolean hasChangeHdmiCecActiveSource(Context context) { in hasChangeHdmiCecActiveSource()
87 public static boolean hasReadContetnRatingSystem(Context context) { in hasReadContetnRatingSystem()
/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/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
DRoleBehavior.java41 default void onRoleAdded(@NonNull Role role, @NonNull Context context) {} in onRoleAdded()
47 @NonNull Context context) { in isAvailableAsUser()
55 default List<String> getDefaultHolders(@NonNull Role role, @NonNull Context context) { in getDefaultHolders()
63 default String getFallbackHolder(@NonNull Role role, @NonNull Context context) { in getFallbackHolder()
71 @NonNull Context context) { in isVisibleAsUser()
80 @NonNull Context context) { in getManageIntentAsUser()
89 @NonNull Context context) {} in preparePreferenceAsUser()
96 @NonNull Context context) { in isApplicationVisibleAsUser()
106 @NonNull UserHandle user, @NonNull Context context) {} in prepareApplicationPreferenceAsUser()
113 @NonNull Context context) { in getConfirmationMessage()
[all …]
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.java70 public static FeatureFactory getFactory(Context context) { in getFactory()
105 public abstract SuggestionFeatureProvider getSuggestionFeatureProvider(Context context); in getSuggestionFeatureProvider()
107 public abstract SupportFeatureProvider getSupportFeatureProvider(Context context); in getSupportFeatureProvider()
111 public abstract PowerUsageFeatureProvider getPowerUsageFeatureProvider(Context context); in getPowerUsageFeatureProvider()
117 Context context); in getBatteryStatusFeatureProvider()
123 Context context); in getBatterySettingsFeatureProvider()
125 public abstract DashboardFeatureProvider getDashboardFeatureProvider(Context context); in getDashboardFeatureProvider()
129 public abstract ApplicationFeatureProvider getApplicationFeatureProvider(Context context); in getApplicationFeatureProvider()
134 Context context); in getEnterprisePrivacyFeatureProvider()
138 public abstract SurveyFeatureProvider getSurveyFeatureProvider(Context context); in getSurveyFeatureProvider()
[all …]
/packages/modules/NeuralNetworks/common/operations/
DElementwise.cpp47 bool execute(IOperationExecutionContext* context, float func(float)) { in execute()
64 bool executeAbs(IOperationExecutionContext* context) { in executeAbs()
85 Result<Version> validate(const IOperationValidationContext* context) { in validate()
97 Result<Version> validateAbs(const IOperationValidationContext* context) { in validateAbs()
109 Result<Version> validateFloor(const IOperationValidationContext* context) { in validateFloor()
128 bool prepare(IOperationExecutionContext* context) { in prepare()
135 bool prepareFloor(IOperationExecutionContext* context) { in prepareFloor()
143 bool executeExp(IOperationExecutionContext* context) { in executeExp()
147 bool executeFloor(IOperationExecutionContext* context) { in executeFloor()
151 bool executeLog(IOperationExecutionContext* context) { in executeLog()
[all …]
DComparisons.cpp71 bool executeLessTyped(IOperationExecutionContext* context) { in executeLessTyped()
80 bool executeLessEqualTyped(IOperationExecutionContext* context) { in executeLessEqualTyped()
89 bool executeEqualTyped(IOperationExecutionContext* context) { in executeEqualTyped()
98 bool executeNotEqualTyped(IOperationExecutionContext* context) { in executeNotEqualTyped()
107 bool executeGreaterEqualTyped(IOperationExecutionContext* context) { in executeGreaterEqualTyped()
116 bool executeGreaterTyped(IOperationExecutionContext* context) { in executeGreaterTyped()
126 Result<Version> validate(const IOperationValidationContext* context) { in validate()
145 bool prepare(IOperationExecutionContext* context) { in prepare()
153 bool executeLess(IOperationExecutionContext* context) { in executeLess()
172 bool executeLessEqual(IOperationExecutionContext* context) { in executeLessEqual()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DDeviceState.java31 public boolean shouldCheckSimStateBeforeOutgoingCall(Context context) { in shouldCheckSimStateBeforeOutgoingCall()
36 public boolean isSuplDdsSwitchRequiredForEmergencyCall(Context context) { in isSuplDdsSwitchRequiredForEmergencyCall()
41 public boolean isRadioPowerDownAllowedOnBluetooth(Context context) { in isRadioPowerDownAllowedOnBluetooth()
45 public boolean isAirplaneModeOn(Context context) { in isAirplaneModeOn()
50 public int getCellOnStatus(Context context) { in getCellOnStatus()
55 public boolean isTtyModeEnabled(Context context) { in isTtyModeEnabled()

12345678910>>...180