Searched defs:operation (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java641 int operation) {
655 switch (operation) {
766 int operation) {
793 switch (operation) {
895 int operation) {
898 // operation is allowed for the calling package through appops.
906 enforceRestrictedSystemSettingsMutationForCallingPackage(operation, name);
921 switch (operation) {
1003 private void enforceRestrictedSystemSettingsMutationForCallingPackage(int operation, argument
1013 switch (operation) {
640 mutateGlobalSetting(String name, String value, int requestingUserId, int operation) argument
765 mutateSecureSetting(String name, String value, int requestingUserId, int operation) argument
894 mutateSystemSetting(String name, String value, int runAsUserId, int operation) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1034 // operation in the specified window
1121 Log.v(TAG, "scheduleSyncOperation: dropping duplicate sync operation "
1156 void maybeRescheduleSync(SyncResult syncResult, SyncOperation operation) { argument
1159 Log.d(TAG, "encountered error(s) during the sync: " + syncResult + ", " + operation);
1162 operation = new SyncOperation(operation, 0L /* newRunTimeFromNow */);
1167 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) {
1168 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF);
1171 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, false)) {
1173 Log.d(TAG, "not retrying sync operation becaus
2140 getSyncWakeLock(SyncOperation operation) argument
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp1078 bool SensorService::canAccessSensor(const Sensor& sensor, const char* operation, argument
1098 operation, sensor.getName().string(), sensor.getRequiredPermission().string());
1108 operation, sensor.getName().string(), opCode);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java380 boolean remove(final PendingIntent operation) { argument
387 if (alarm.operation.equals(operation)) {
420 if (alarm.operation.getTargetPackage().equals(packageName)) {
452 if (UserHandle.getUserId(alarm.operation.getCreatorUid()) == userHandle) {
480 if (a.operation.getTargetPackage().equals(packageName)) {
557 if (Intent.ACTION_TIME_TICK.equals(a.operation.getIntent().getAction())) {
566 if (packagePrio == null) packagePrio = mPriorities.get(a.operation.getCreatorPackage());
569 mPriorities.put(a.operation.getCreatorPackage(), packagePrio);
884 void removeImpl(PendingIntent operation) { argument
893 setImpl(int type, long triggerAtTime, long windowLength, long interval, PendingIntent operation, int flags, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock, int callingUid) argument
959 setImplLocked(int type, long when, long whenElapsed, long windowLength, long maxWhen, long interval, PendingIntent operation, int flags, boolean doValidate, WorkSource workSource, AlarmManager.AlarmClockInfo alarmClock, int uid) argument
1633 removeLocked(PendingIntent operation) argument
1949 public final PendingIntent operation; field in class:AlarmManagerService.Alarm
[all...]
H A DConnectivityService.java1410 * @param userId Target user for whatever operation the current IPC is supposed to perform.
3638 PendingIntent operation) {
3639 checkNotNull(operation, "PendingIntent cannot be null.");
3647 NetworkRequestInfo nri = new NetworkRequestInfo(networkRequest, operation,
3655 private void releasePendingNetworkRequestWithDelay(PendingIntent operation) { argument
3658 getCallingUid(), 0, operation), mReleasePendingIntentDelayMs);
3662 public void releasePendingNetworkRequest(PendingIntent operation) { argument
3663 checkNotNull(operation, "PendingIntent cannot be null.");
3665 getCallingUid(), 0, operation));
3709 PendingIntent operation) {
3637 pendingRequestForNetwork(NetworkCapabilities networkCapabilities, PendingIntent operation) argument
3708 pendingListenForNetwork(NetworkCapabilities networkCapabilities, PendingIntent operation) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5259 * that should be overridden due to the operation.
5308 * that should be overridden due to the operation.
7233 // operation. To this, start with the base screen size and compute the
10539 boolean reclaimSomeSurfaceMemoryLocked(WindowStateAnimator winAnimator, String operation, argument
10546 winAnimator.mSession.mPid, operation);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp21767 void GLTrace_glCoverageOperationNV(GLenum operation) { argument
21773 // copy argument operation
21777 arg_operation->add_intvalue((int)operation);
21782 glContext->hooks->gl.glCoverageOperationNV(operation);
[all...]

Completed in 462 milliseconds

12