Home
last modified time | relevance | path

Searched defs:hostId (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillId.java53 public AutofillId(@NonNull AutofillId hostId, int virtualChildId) { in AutofillId()
59 public AutofillId(int hostId, int virtualChildId) { in AutofillId()
64 public AutofillId(@NonNull AutofillId hostId, int virtualChildId, int sessionId) { in AutofillId()
70 public AutofillId(@NonNull AutofillId hostId, long virtualChildId, int sessionId) { in AutofillId()
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl38 ParceledListSlice startListening(IAppWidgetHost host, String callingPackage, int hostId, in startListening()
40 void stopListening(String callingPackage, int hostId); in stopListening()
41 int allocateAppWidgetId(String callingPackage, int hostId); in allocateAppWidgetId()
43 void deleteHost(String packageName, int hostId); in deleteHost()
47 int[] getAppWidgetIdsForHost(String callingPackage, int hostId); in getAppWidgetIdsForHost()
48 void setAppWidgetHidden(in String callingPackage, int hostId); in setAppWidgetHidden()
/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java257 final AutofillId hostId = new AutofillId(42); in testEqualsHashCode_virtual_longId_same() local
273 final AutofillId hostId = new AutofillId(42); in testEqualsHashCode_virtual_longId_otherChild() local
289 final AutofillId hostId = new AutofillId(42); in testEqualsHashCode_virtual_longId_otherParent() local
306 final AutofillId hostId = new AutofillId(42); in testEqualsHashCode_virtual_longId_otherSession() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/
DCommunalBackupRestoreStartable.kt62 val hostId = intent.getIntExtra(AppWidgetManager.EXTRA_HOST_ID, 0) in onReceive() constant
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java502 public final void notifyViewsDisappeared(@NonNull AutofillId hostId, in notifyViewsDisappeared()
504 Preconditions.checkArgument(hostId.isNonVirtual(), "hostId cannot be virtual: %s", hostId); in notifyViewsDisappeared() local
657 public @NonNull AutofillId newAutofillId(@NonNull AutofillId hostId, long virtualChildId) { in newAutofillId()
659 Preconditions.checkArgument(hostId.isNonVirtual(), "hostId cannot be virtual: %s", hostId); in newAutofillId() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/
DCommunalBackupRestoreStartableTest.kt114 val hostId = CommunalWidgetModule.APP_WIDGET_HOST_ID + 1 in testDoNotRestoreWidgetsIfNotForCommunalWidgetHost() constant
/frameworks/base/core/java/android/view/
DRemoteAccessibilityController.java51 IBinder leashToken, int hostId) { in assosciateHierarchy()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java187 public AppWidgetHost(Context context, int hostId) { in AppWidgetHost()
204 public AppWidgetHost(Context context, int hostId, InteractionHandler handler, Looper looper) { in AppWidgetHost()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java968 String callingPackage, int hostId, int[] appWidgetIds) { in startListening()
1013 public void stopListening(String callingPackage, int hostId) { in stopListening()
1041 public int allocateAppWidgetId(String callingPackage, int hostId) { in allocateAppWidgetId()
1090 public void setAppWidgetHidden(String callingPackage, int hostId) { in setAppWidgetHidden()
1391 public int[] getAppWidgetIdsForHost(String callingPackage, int hostId) { in getAppWidgetIdsForHost()
1493 public void deleteHost(String callingPackage, int hostId) { in deleteHost()
2563 private Host lookupHostLocked(HostId hostId) { in lookupHostLocked()
3685 final int hostId = parser.getAttributeIntHex(null, "id"); in readProfileStateFromFileLocked() local
5034 final int hostId; field in AppWidgetServiceImpl.HostId
5037 public HostId(int uid, int hostId, String packageName) { in HostId()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...