/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodPrivilegedOperations.java | 110 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setImeWindowStatus() local 128 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportStartInput() local 149 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputContentUriToken() local 170 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportFullscreenMode() local 189 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in updateStatusIcon() local 208 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethod() local 229 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethodAndSubtype() local 249 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in hideMySoftInput() local 269 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in showMySoftInput() local 287 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in switchToPreviousInputMethod() local [all …]
|
D | MultiClientInputMethodPrivilegedOperations.java | 119 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputMethodWindowToken() local 138 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in deleteInputMethodWindowToken() local 162 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in acceptClient() local 184 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportImeWindowTarget() local 204 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in isUidAllowedOnDisplay() local 222 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setActive() local
|
D | InputMethodPrivilegedOperationsRegistry.java | 72 public static void put(IBinder token, InputMethodPrivilegedOperations ops) { in put()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 230 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera() local 241 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic() local 252 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic() local 264 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_overlay() local 275 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic_overlay() local 288 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_overlay() local 300 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic_overlay() local
|
D | NotificationContentViewTest.java | 96 ArraySet<Integer> ops = new ArraySet<>(); in testShowAppOpsIcons() local
|
D | ExpandableNotificationRowTest.java | 255 ArraySet<Integer> ops = new ArraySet<>(); in testShowAppOpsIcons_header() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 52 List<AppOpsManager.PackageOps> getPackagesForOps(in int[] ops); in getPackagesForOps() 54 List<AppOpsManager.PackageOps> getOpsForPackage(int uid, String packageName, in int[] ops); in getOpsForPackage() 55 void getHistoricalOps(int uid, String packageName, in List<String> ops, long beginTimeMillis, in getHistoricalOps() 57 void getHistoricalOpsFromDiskRaw(int uid, String packageName, in List<String> ops, in getHistoricalOpsFromDiskRaw() 61 void addHistoricalOps(in AppOpsManager.HistoricalOps ops); in addHistoricalOps() 64 List<AppOpsManager.PackageOps> getUidOps(int uid, in int[] ops); in getUidOps() 76 void startWatchingActive(in int[] ops, IAppOpsActiveCallback callback); in startWatchingActive() 82 void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback); in startWatchingNoted()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | HistoricalRegistry.java | 301 final List<HistoricalOps> ops = mPersistence.readHistoryDLocked(); in dump() local 500 final HistoricalOps ops = history.get(i); in offsetHistory() local 512 void addHistoricalOps(HistoricalOps ops) { in addHistoricalOps() 661 private void schedulePersistHistoricalOpsMLocked(@NonNull HistoricalOps ops) { in schedulePersistHistoricalOpsMLocked() 669 private static void makeRelativeToEpochStart(@NonNull HistoricalOps ops, long nowMillis) { in makeRelativeToEpochStart() 674 private void pruneFutureOps(@NonNull List<HistoricalOps> ops) { in pruneFutureOps() 747 void persistHistoricalOpsDLocked(@NonNull List<HistoricalOps> ops) { in persistHistoricalOpsDLocked() 857 final LinkedList<HistoricalOps> ops = collectHistoricalOpsRecursiveDLocked( in collectHistoricalOpsBaseDLocked() local 1142 final HistoricalOps ops = readeHistoricalOpsDLocked(parser, in readHistoricalOpsLocked() local 1201 HistoricalOps ops = null; in readeHistoricalOpsDLocked() local [all …]
|
D | AppOpsService.java | 394 Ops ops = pkgOps.valueAt(i); in evalForegroundOps() local 773 Ops ops = it.next(); in systemReady() local 884 Ops ops = null; in packageRemoved() local 994 final Ops ops = uidState.pkgOps.valueAt(i); in updateUidProcState() local 1032 private ArrayList<AppOpsManager.OpEntry> collectOps(Ops pkgOps, int[] ops) { in collectOps() 1055 private ArrayList<AppOpsManager.OpEntry> collectOps(SparseIntArray uidOps, int[] ops) { in collectOps() 1094 public List<AppOpsManager.PackageOps> getPackagesForOps(int[] ops) { in getPackagesForOps() 1126 int[] ops) { in getOpsForPackage() 1210 public List<AppOpsManager.PackageOps> getUidOps(int uid, int[] ops) { in getUidOps() 1232 Ops ops = getOpsRawLocked(uid, packageName, false /* isPrivileged */, false /* edit */); in pruneOp() local [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
D | RecentLocationApps.java | 92 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 167 AppOpsManager.PackageOps ops) { in getRequestFromOps()
|
D | RecentLocationAccesses.java | 99 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 160 AppOpsManager.PackageOps ops) { in getAccessFromOps()
|
/frameworks/av/media/libstagefright/tests/ |
D | BatteryChecker_test.cpp | 66 void runTest(const std::vector<Operation> &ops, int64_t timeoutUs) { in runTest() 103 void runTest(const std::vector<Operation> &ops, int64_t timeoutUs) { in runTest()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathOpsActivity.java | 57 Path.Op[] ops = Path.Op.values(); in onSizeChanged() local
|
/frameworks/base/tools/preload/ |
D | LoadedClass.java | 114 private void addProcessNames(List<Operation> ops, Set<String> names) { in addProcessNames()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ShapeAnimation.cpp | 33 std::function<void(Canvas&, float, const SkPaint&)> ops[] = { in createContent() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationListControllerTest.java | 200 ArraySet<Integer> ops = new ArraySet<>(); in testAdd_addNonForegroundNotificationWithExistingAppOps() local
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 848 List<SyncOperation> ops = getAllPendingSyncs(); in setAuthorityPendingState() local 1175 List<SyncOperation> ops = getAllPendingSyncs(); in removeSyncsForAuthority() local 1210 List<SyncOperation> ops = getAllPendingSyncs(); in getPeriodicSyncs() local 1412 List<SyncOperation> ops = getAllPendingSyncs(); in rescheduleSyncs() local 1660 List<SyncOperation> ops = getAllPendingSyncs(); in clearScheduledSyncOperations() local 1677 List<SyncOperation> ops = getAllPendingSyncs(); in cancelScheduledSyncOperation() local 1795 List<SyncOperation> ops = getAllPendingSyncs(); in onUserRemoved() local 3157 List<SyncOperation> ops = getAllPendingSyncs(); in startSyncH() local 3269 List<SyncOperation> ops = getAllPendingSyncs(); in updateRunningAccountsH() local 3319 List<SyncOperation> ops = getAllPendingSyncs(); in updateOrAddPeriodicSyncH() local [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/ |
D | AppOpsUpgradeTest.java | 104 final AppOpsService.Ops ops = uidState.pkgOps.valueAt(j); in assertSameModes() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | OpReorderer.java | 36 void reorderOps(List<UpdateOp> ops) { in reorderOps()
|
D | AdapterHelper.java | 80 AdapterHelper addUpdateOp(UpdateOp... ops) { in addUpdateOp() 746 void recycleUpdateOpsAndClearList(List<UpdateOp> ops) { in recycleUpdateOpsAndClearList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | AppOpsInfo.java | 63 void onClick(View v, String pkg, int uid, ArraySet<Integer> ops); in onClick()
|
D | NotificationGutsManager.java | 167 protected void startAppOpsSettingsActivity(String pkg, int uid, ArraySet<Integer> ops, in startAppOpsSettingsActivity()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGenerator.cpp | 171 auto fillOperands = [&seen, this](const std::vector<std::shared_ptr<RandomOperand>>& ops) { in generateValue()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 2742 void visitHistoricalOps(@NonNull HistoricalOps ops); in visitHistoricalOps() 2743 void visitHistoricalUidOps(@NonNull HistoricalUidOps ops); in visitHistoricalUidOps() 2744 void visitHistoricalPackageOps(@NonNull HistoricalPackageOps ops); in visitHistoricalPackageOps() 2745 void visitHistoricalOp(@NonNull HistoricalOp ops); in visitHistoricalOp() 4387 public @NonNull List<AppOpsManager.PackageOps> getPackagesForOps(@Nullable String[] ops) { in getPackagesForOps() 4411 public List<AppOpsManager.PackageOps> getPackagesForOps(int[] ops) { in getPackagesForOps() 4443 @Nullable int[] ops) { in getOpsForPackage() 4470 @NonNull String packageName, @Nullable String... ops) { in getOpsForPackage() 4847 public void startWatchingActive(@NonNull int[] ops, in startWatchingActive() 4918 public void startWatchingNoted(@NonNull int[] ops, @NonNull OnOpNotedListener callback) { in startWatchingNoted() [all …]
|
/frameworks/base/tests/JankBench/app/src/main/jni/ |
D | Bench.cpp | 356 double ops = mGFlop.kernelXSize; in runGFlopsTest() local
|