Searched refs:CURRENT (Results 1 - 25 of 62) sorted by relevance

123

/frameworks/compile/slang/
H A Dslang_version.h116 CURRENT = N_STRUCT_EXPLICIT_PADDING enumerator in enum:SlangVersion::__anon1296
H A Dslang_bitcode_gen.cpp88 const uint32_t CompilerVersion = SlangVersion::CURRENT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationButton.java68 mContext.sendBroadcastAsUser(intent, UserHandle.CURRENT);
71 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
86 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
H A DCarFacetButton.java100 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
107 mContext.startActivityAsUser(longPressIntent, UserHandle.CURRENT);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java29 CURRENT, enum constant in enum:OperatorInfo.State
96 return State.CURRENT;
/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java116 UserHandle.CURRENT)) {
136 mContext.sendBroadcastAsUser(errorIntent, UserHandle.CURRENT);
H A DEmergencyAffordanceManager.java74 context.startActivityAsUser(intent, UserHandle.CURRENT);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java275 /* Ensure no network is CURRENT */
278 assertTrue(c.status != WifiConfiguration.Status.CURRENT);
285 /* Ensure connected network is CURRENT */
290 assertTrue(c.status == WifiConfiguration.Status.CURRENT);
292 assertTrue(c.status != WifiConfiguration.Status.CURRENT);
300 /* Ensure no network is CURRENT */
303 assertTrue(c.status != WifiConfiguration.Status.CURRENT);
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DTileUtilsTest.java118 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
139 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
159 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
181 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
205 userHandleList.add(UserHandle.CURRENT);
252 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
276 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
303 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
326 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache,
348 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, inten
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java602 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
618 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
630 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
638 PendingIntent.FLAG_CANCEL_CURRENT, UserHandle.CURRENT);
647 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
673 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
682 PendingIntent.FLAG_CANCEL_CURRENT, UserHandle.CURRENT);
694 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
713 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
728 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);
[all...]
H A DUsbAccessoryUriActivity.java91 startActivityAsUser(intent, UserHandle.CURRENT);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationListenerTest.java76 new Notification(), UserHandle.CURRENT, null, 0);
H A DNotificationLoggerTest.java84 0, new Notification(), UserHandle.CURRENT, null, 0);
H A DNotificationRemoteInputManagerTest.java64 0, new Notification(), UserHandle.CURRENT, null, 0);
H A DNotificationInfoTest.java152 new Notification(), UserHandle.CURRENT, null, 0);
839 0, null, 0, 0, n, UserHandle.CURRENT, null, 0);
867 0, null, 0, 0, n, UserHandle.CURRENT, null, 0);
888 0, null, 0, 0, n, UserHandle.CURRENT, null, 0);
909 0, null, 0, 0, n, UserHandle.CURRENT, null, 0);
931 0, null, 0, 0, n, UserHandle.CURRENT, null, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DForcedResizableInfoActivityController.java150 mContext.startActivityAsUser(intent, options.toBundle(), UserHandle.CURRENT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java124 .registerReceiverAsUser(this, UserHandle.CURRENT, INTENT_FILTER, null, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java98 PendingIntent.FLAG_UPDATE_CURRENT, null, UserHandle.CURRENT));
/frameworks/base/services/core/java/com/android/server/am/
H A DReceiverList.java90 curBroadcast.writeToProto(proto, ReceiverListProto.CURRENT);
H A DUidRecord.java151 proto.write(UidRecordProto.CURRENT, ProcessList.makeProcStateProtoEnum(curProcState));
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyManager.java78 context.sendBroadcastAsUser(intent, UserHandle.CURRENT, null);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportUtils.java65 dialogIntent, 0, null, UserHandle.CURRENT);
/frameworks/base/core/java/android/os/
H A DUserHandle.java47 public static final UserHandle CURRENT = new UserHandle(USER_CURRENT); field in class:UserHandle
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java69 return PendingIntent.getActivityAsUser(context, 0, intent, 0, null, UserHandle.CURRENT);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DLingerMonitor.java159 PendingIntent.FLAG_CANCEL_CURRENT, null, UserHandle.CURRENT);

Completed in 480 milliseconds

123