| /frameworks/base/core/java/android/app/ |
| D | PendingIntent.java | 432 @NonNull Context context, boolean isActivityResultType) { in checkPendingIntent() 514 public static PendingIntent getActivity(Context context, int requestCode, in getActivity() 548 public static PendingIntent getActivity(Context context, int requestCode, in getActivity() 562 public static PendingIntent getActivityAsUser(Context context, int requestCode, in getActivityAsUser() 628 public static PendingIntent getActivities(Context context, int requestCode, in getActivities() 679 public static PendingIntent getActivities(Context context, int requestCode, in getActivities() 692 public static PendingIntent getActivitiesAsUser(Context context, int requestCode, in getActivitiesAsUser() 738 public static PendingIntent getBroadcast(Context context, int requestCode, in getBroadcast() 749 public static PendingIntent getBroadcastAsUser(Context context, int requestCode, in getBroadcastAsUser() 792 public static PendingIntent getService(Context context, int requestCode, in getService() [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
| D | AppOpsControllerImpl.java | 115 Context context, in AppOpsControllerImpl() 255 private AppOpItem getAppOpItemLocked(List<AppOpItem> appOpList, int code, int uid, in getAppOpItemLocked() 268 private boolean updateActives(int code, int uid, String packageName, boolean active) { in updateActives() 290 private void removeNoted(int code, int uid, String packageName) { in removeNoted() 308 private boolean addNoted(int code, int uid, String packageName) { in addNoted() 387 private void notifySuscribers(int code, int uid, String packageName, boolean active) { in notifySuscribers() 403 int code = AppOpsManager.strOpToOp(op); in onOpActiveChanged() local 431 public void onOpNoted(int code, int uid, String packageName, in onOpNoted() 450 private void notifySuscribersWorker(int code, int uid, String packageName, boolean active) { in notifySuscribersWorker() 540 public void onReceive(Context context, Intent intent) { in onReceive()
|
| /frameworks/base/services/core/java/com/android/server/appop/ |
| D | AppOpsRestrictionsImpl.java | 58 public AppOpsRestrictionsImpl(Context context, Handler handler, in AppOpsRestrictionsImpl() 66 public boolean setGlobalRestriction(Object clientToken, int code, boolean restricted) { in setGlobalRestriction() 91 public boolean getGlobalRestriction(Object clientToken, int code) { in getGlobalRestriction() 114 public boolean setUserRestriction(Object clientToken, int userId, int code, in setUserRestriction() 153 private boolean getUserRestriction(Object clientToken, int userId, int code) { in getUserRestriction() 167 public boolean getUserRestriction(Object clientToken, int userId, int code, String packageName, in getUserRestriction() 207 int code = restrictedCodes.keyAt(j); in collectAllUserRestrictedCodes() local 221 int code = allUserRestrictedCodes.keyAt(j); in notifyAllUserRestrictions() local 253 private boolean putUserRestriction(Object token, int userId, int code, boolean restricted) { in putUserRestriction() 329 public void dumpRestrictions(PrintWriter pw, int code, String dumpPackage, in dumpRestrictions()
|
| D | AppOpsService.java | 924 Context context) { in AppOpsService() 1247 int code = packageModes.keyAt(k); in initializePackageUidStateLocked() local 1335 final int code = uidState.foregroundOps.keyAt(fgi); in onUidStateChanged() local 1469 int code = opModes.keyAt(i); in collectUidOps() local 1474 int code = ops[j]; in collectUidOps() local 1770 public void setUidMode(int code, int uid, int mode) { in setUidMode() 1774 private void setUidMode(int code, int uid, int mode, in setUidMode() 1828 private void notifyOpChangedForAllPkgsInUid(int code, int uid, boolean onlyForeground, in notifyOpChangedForAllPkgsInUid() 1927 private void notifyOpChangedSync(int code, int uid, @NonNull String packageName, int mode, in notifyOpChangedSync() 1945 public void setMode(int code, int uid, @NonNull String packageName, int mode) { in setMode() [all …]
|
| D | AppOpsCheckingServiceImpl.java | 163 @NonNull Object lock, Handler handler, Context context, in AppOpsCheckingServiceImpl() 435 public void notifyWatchersOfChange(int code, int uid) { in notifyWatchersOfChange() 447 public void notifyOpChanged(@NonNull OnOpModeChangedListener onModeChangedListener, int code, in notifyOpChanged() 493 public void notifyOpChangedForAllPkgsInUid(int code, int uid, boolean onlyForeground, in notifyOpChangedForAllPkgsInUid() 929 final int code = parser.getAttributeInt(null, "n"); in readUidOps() local
|
| /frameworks/base/core/java/android/content/ |
| D | IntentSender.java | 162 public void sendIntent(Context context, int code, Intent intent, in sendIntent() 193 public void sendIntent(Context context, int code, Intent intent, in sendIntent() 228 public void sendIntent(Context context, int code, Intent intent, in sendIntent()
|
| D | BroadcastReceiver.java | 153 public final void setResultCode(int code) { in setResultCode() 213 public final void setResult(int code, String data, Bundle extras) { in setResult() 395 public abstract void onReceive(Context context, Intent intent); in onReceive() 490 public final void setResultCode(int code) { in setResultCode() 599 public final void setResult(int code, String data, Bundle extras) { in setResult()
|
| /frameworks/base/services/core/java/com/android/server/policy/ |
| D | AppOpsPolicy.java | 125 public AppOpsPolicy(@NonNull Context context) { in AppOpsPolicy() 218 public int checkOperation(int code, int uid, String packageName, in checkOperation() 225 public int checkAudioOperation(int code, int usage, int uid, String packageName, in checkAudioOperation() 231 public SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation() 241 public SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation() 253 public SyncNotedAppOp startOperation(IBinder token, int code, int uid, in startOperation() 267 public SyncNotedAppOp startProxyOperation(@NonNull IBinder clientId, int code, in startProxyOperation() 282 public void finishOperation(IBinder clientId, int code, int uid, String packageName, in finishOperation() 290 public void finishProxyOperation(@NonNull IBinder clientId, int code, in finishProxyOperation() 325 private int resolveDatasourceOp(int code, int uid, @NonNull String packageName, in resolveDatasourceOp() [all …]
|
| /frameworks/base/media/java/android/media/ |
| D | AsyncPlayer.java | 39 int code; field in AsyncPlayer.Command 40 Context context; field in AsyncPlayer.Command 166 public void play(Context context, Uri uri, boolean looping, int stream) { in play() 193 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping, in play() 252 public void setUsesWakeLock(Context context) { in setUsesWakeLock()
|
| /frameworks/base/services/core/java/com/android/server/pm/verify/domain/proxy/ |
| D | DomainVerificationProxy.java | 43 @NonNull Context context, @NonNull DomainVerificationManagerInternal manager, in makeProxy() 110 void schedule(int code, @Nullable Object object); in schedule()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
| D | NotificationPlayer.java | 49 int code; field in NotificationPlayer.Command 50 Context context; field in NotificationPlayer.Command 389 public void play(Context context, Uri uri, boolean looping, int stream) { in play() 418 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { in play() 475 public void setUsesWakeLock(Context context) { in setUsesWakeLock()
|
| /frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
| D | KeyButtonView.java | 89 public KeyButtonView(Context context, AttributeSet attrs) { in KeyButtonView() 119 public void setCode(int code) { in setCode() 368 private static float getQuickStepTouchSlopPx(Context context) { in getQuickStepTouchSlopPx()
|
| /frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
| D | DomainVerificationProxyTest.kt | 77 private lateinit var context: Context in <lambda>() variable in com.android.server.pm.test.verify.domain.DomainVerificationProxyTest 230 messages.forEach { (code, value) -> proxy.runMessage(code, value) } in <lambda>() method 268 messages.forEach { (code, value) -> proxy.runMessage(code, value) } in <lambda>() method 312 messages.forEach { (code, value) -> proxy.runMessage(code, value) } in <lambda>() method 356 messages.forEach { (code, value) -> proxy.runMessage(code, value) } in <lambda>() method 405 messages.forEach { (code, value) -> proxy.runMessage(code, value) } in <lambda>() method 447 messages.forEach { (code, value) -> proxy.runMessage(code, value) } in <lambda>() method
|
| /frameworks/libs/binary_translation/tools/nogrod/ |
| D | dwarf_abbrev.cc | 68 uint32_t code; member 507 DwarfContext* context, in ReadAttribute() 543 DwarfContext* context, in ReadAttribute() 586 DwarfContext* context, in ReadAttribute() 647 DwarfContext* context, in ReadAttribute() 676 DwarfContext* context, in ReadAttribute() 711 DwarfContext* context, in ReadAttribute() 743 DwarfContext* context, in ReadAttribute() 792 DwarfContext* context, in ReadAttribute() 986 void DwarfStrXAttribute::Resolve(DwarfContext* context) { in Resolve() [all …]
|
| D | dwarf_info.cc | 52 DwarfContext context(&bs, &debug_str_table_, string_offset_table_); in ReadDwarfInfo() local 69 DwarfContext* context, in ReadAttribute() 76 DwarfContext* context, in ReadOneDie() 158 DwarfContext* context, in ReadCompilationUnit() 254 uint64_t code = bs.ReadLeb128(); in ReadAbbrev() local 461 void DwarfDie::ResolveAttributes(DwarfContext* context) { in ResolveAttributes()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | TelephonyTester.java | 273 int code = intent.getIntExtra(EXTRA_FAILURE_CODE, 0); in handleSuppServiceFailedIntent() local 296 private void handleTestConferenceEventPackage(Context context, String fileName, in handleTestConferenceEventPackage() 374 int code = intent.getIntExtra(EXTRA_CODE, -1); in sendTestSuppServiceNotification() local
|
| /frameworks/base/services/core/java/com/android/server/media/ |
| D | MediaShellCommand.java | 75 Context context = sThread.getSystemContext(); in onCommand() local 199 void log(String code, String msg) { in log()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | LocationControllerImpl.java | 90 public LocationControllerImpl(Context context, AppOpsController appOpsController, in LocationControllerImpl() 347 public void onReceive(Context context, Intent intent) { in onReceive() 354 public void onActiveStateChanged(int code, int uid, String packageName, boolean active) { in onActiveStateChanged()
|
| /frameworks/base/core/jni/ |
| D | android_os_HwBinder.cpp | 109 JNIEnv *env, jobject thiz, const sp<JHwBinderHolder> &context) { in SetNativeContext() 151 uint32_t code, in onTransact() 243 sp<JHwBinderHolder> context = static_cast<JHwBinderHolder *>(nativeContext); in releaseNativeContext() local 257 sp<JHwBinderHolder> context = new JHwBinderHolder; in JHwBinder_native_setup() local
|
| D | android_os_HwRemoteBinder.cpp | 243 JNIEnv *env, jobject thiz, const sp<JHwRemoteBinder> &context) { in SetNativeContext() 319 sp<JHwRemoteBinder> context = in JHwRemoteBinder_native_setup_empty() local 328 jint code, in JHwRemoteBinder_native_transact() 358 sp<JHwRemoteBinder> context = JHwRemoteBinder::GetNativeContext(env, thiz); in JHwRemoteBinder_linkToDeath() local 385 sp<JHwRemoteBinder> context = JHwRemoteBinder::GetNativeContext(env, thiz); in JHwRemoteBinder_unlinkToDeath() local 425 sp<JHwRemoteBinder> context = JHwRemoteBinder::GetNativeContext(env, jbinder); in toIBase() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
| D | KeyButtonView.java | 144 public KeyButtonView(Context context, AttributeSet attrs) { in KeyButtonView() 148 public KeyButtonView(Context context, AttributeSet attrs, int defStyle) { in KeyButtonView() 153 public KeyButtonView(Context context, AttributeSet attrs, int defStyle, in KeyButtonView() 188 public void setCode(int code) { in setCode()
|
| /frameworks/base/core/java/com/android/internal/colorextraction/ |
| D | ColorExtractor.java | 55 public ColorExtractor(Context context) { in ColorExtractor() 61 public ColorExtractor(Context context, ExtractionType extractionType, boolean immediately, in ColorExtractor() 301 int code = mMainColor; in hashCode() local
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| D | CameraStreamer.java | 109 EGLContext context = RenderTarget.currentContext(); in registerClient() local 117 EGLContext context = RenderTarget.currentContext(); in unregisterClient() local 141 protected Set<FrameClient> clientsForContext(EGLContext context) { in clientsForContext() 150 protected void onRegisterClient(FrameClient client, EGLContext context) { in onRegisterClient() 153 protected void onCleanupContext(EGLContext context) { in onCleanupContext() 165 protected TextureSource textureForContext(EGLContext context) { in textureForContext() 174 protected ImageShader shaderForContext(EGLContext context) { in shaderForContext() 313 public synchronized void onRegisterClient(FrameClient client, EGLContext context) { in onRegisterClient() 426 protected SurfaceTexture surfaceTextureForContext(EGLContext context) { in surfaceTextureForContext() 459 protected void onCleanupContext(EGLContext context) { in onCleanupContext() [all …]
|
| /frameworks/base/core/java/android/net/ |
| D | VpnService.java | 206 public static Intent prepare(Context context) { in prepare() 230 public static void prepareAndAuthorize(Context context) { in prepareAndAuthorize() 447 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { in onTransact()
|
| /frameworks/base/core/java/android/database/ |
| D | DatabaseUtils.java | 90 int code = 0; in writeExceptionToParcel() local 139 int code = reply.readExceptionCode(); in readExceptionFromParcel() local 147 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel() local 159 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel() local 169 private static final void readExceptionFromParcel(Parcel reply, String msg, int code) { in readExceptionFromParcel() 1552 Context context, String dbName, int dbVersion, String sqlStatements) { in createDbFromSqlStatements()
|