Home
last modified time | relevance | path

Searched refs:getProxy (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyRecentsImpl.java66 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in showRecentApps()
78 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in hideRecentApps()
91 IOverviewProxy overviewProxy = mOverviewProxyService.getProxy(); in toggleRecentApps()
95 if (mOverviewProxyService.getProxy() != null) { in toggleRecentApps()
96 mOverviewProxyService.getProxy().onOverviewToggle(); in toggleRecentApps()
H A DOverviewProxyService.java848 public IOverviewProxy getProxy() { in getProxy() method in OverviewProxyService
/aosp14/frameworks/base/core/java/android/net/
H A DProxy.java84 public static final java.net.Proxy getProxy(Context ctx, String url) { in getProxy() method in Proxy
111 java.net.Proxy proxy = getProxy(ctx, null); in getHost()
129 java.net.Proxy proxy = getProxy(ctx, null); in getPort()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java328 if (mOverviewProxyService.getProxy() == null) { in updateAssistantAvailability()
333 mOverviewProxyService.getProxy().onAssistantAvailable(assistantAvailable, in updateAssistantAvailability()
437 if (mOverviewProxyService.getProxy() == null) { in toggleTaskbar()
442 mOverviewProxyService.getProxy().onTaskbarToggled(); in toggleTaskbar()
H A DNavigationBar.java1546 if (mOverviewProxyService.getProxy() != null) { in updateAssistantEntrypoints()
1548 mOverviewProxyService.getProxy().onAssistantAvailable(assistantAvailable, in updateAssistantEntrypoints()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAttributedOp.java301 AppOpsManager.OpEventProxyInfo proxyCopy = event.getProxy() != null in finishOrPause()
302 ? new AppOpsManager.OpEventProxyInfo(event.getProxy()) : null; in finishOrPause()
483 AppOpsManager.OpEventProxyInfo proxy = event.getProxy(); in onUidStateChanged()
623 event.getProxy())); in createAttributedOpEntryLocked()
783 public @Nullable AppOpsManager.OpEventProxyInfo getProxy() { in getProxy() method in AttributedOp.InProgressStartOpEvent
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java278 if (mOverviewProxyService.getProxy() == null) { in startAssist()
282 mOverviewProxyService.getProxy().onAssistantOverrideInvoked( in startAssist()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationManagerInternal.java204 DomainVerificationProxy getProxy(); in getProxy() method
H A DDomainVerificationService.java184 public DomainVerificationProxy getProxy() { in getProxy() method in DomainVerificationService
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDumpHelper.java349 final DomainVerificationProxy proxy = mDomainVerificationManager.getProxy(); in doDump()
670 DomainVerificationProxy proxy = mDomainVerificationManager.getProxy(); in dumpProto()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java152 if (mOverviewProxyServiceLazy.get().getProxy() == null) {
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java3453 public @Nullable OpEventProxyInfo getProxy() { in getProxy() method in AppOpsManager.NoteOpEvent
3920 return lastEvent.getProxy(); in getLastProxyInfo()
4604 return lastEvent.getProxy(); in getLastProxyInfo()
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt22772 HSPLcom/android/okhttp/Address;->getProxy()Ljava/net/Proxy;
22923 HSPLcom/android/okhttp/OkHttpClient;->getProxy()Ljava/net/Proxy;
23036 HSPLcom/android/okhttp/Route;->getProxy()Ljava/net/Proxy;
/aosp14/frameworks/base/services/
H A Dart-profile2612 HSPLcom/android/server/appop/AttributedOp$InProgressStartOpEvent;->getProxy()Landroid/app/AppOpsMan…