Home
last modified time | relevance | path

Searched refs:InstanceId (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DInstanceId.java37 public final class InstanceId implements Parcelable { class
42 InstanceId(int id) { in InstanceId() method in InstanceId
46 private InstanceId(Parcel in) { in InstanceId() method in InstanceId
68 public static InstanceId fakeInstanceId(int id) { in fakeInstanceId()
69 return new InstanceId(id); in fakeInstanceId()
79 if (!(obj instanceof InstanceId)) { in equals()
82 return mId == ((InstanceId) obj).mId; in equals()
95 public static final Parcelable.Creator<InstanceId> CREATOR =
96 new Parcelable.Creator<InstanceId>() {
98 public InstanceId createFromParcel(Parcel in) {
[all …]
DInstanceIdSequence.java44 mInstanceIdMax = min(max(1, instanceIdMax), InstanceId.INSTANCE_ID_MAX); in InstanceIdSequence()
51 this(InstanceId.INSTANCE_ID_MAX); in InstanceIdSequence()
58 public InstanceId newInstanceId() { in newInstanceId()
68 protected InstanceId newInstanceIdInternal(int id) { in newInstanceIdInternal()
69 return new InstanceId(id); in newInstanceIdInternal()
DStatsLogManager.java326 default StatsLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
415 public void log(EventEnum rankingEvent, InstanceId instanceId, @Nullable String packageName, in log()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java39 import com.android.launcher3.logging.InstanceId;
73 private static final InstanceId DEFAULT_INSTANCE_ID = InstanceId.fakeInstanceId(0);
93 public void log(EventEnum rankingEvent, InstanceId instanceId, @Nullable String packageName, in log()
112 private final InstanceId mInstanceId;
144 private static void writeSnapshot(LauncherAtom.ItemInfo info, InstanceId instanceId) { in writeSnapshot()
179 private InstanceId mInstanceId = DEFAULT_INSTANCE_ID;
199 public StatsLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
296 private void write(EventEnum event, InstanceId instanceId, LauncherAtom.ItemInfo atomInfo, in write()
/packages/apps/Launcher3/src/com/android/launcher3/
DDropTarget.java28 import com.android.launcher3.logging.InstanceId;
82 public final InstanceId logInstanceId =
DBaseDraggingActivity.java46 import com.android.launcher3.logging.InstanceId;
193 InstanceId instanceId = new InstanceIdSequence().newInstanceId(); in startActivitySafely()
204 protected void logAppLaunch(ItemInfo info, InstanceId instanceId) { in logAppLaunch()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationSbnViewHolder.java36 import com.android.internal.logging.InstanceId;
96 InstanceId instanceId, in addOnClick()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java50 import com.android.launcher3.logging.InstanceId;
113 protected void logAppLaunch(ItemInfo info, InstanceId instanceId) { in logAppLaunch()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java68 import com.android.launcher3.logging.InstanceId;
429 FolderNameInfos nameInfos, InstanceId instanceId) { in showFinalView()
441 public void setLabelSuggestion(FolderNameInfos nameInfos, InstanceId instanceId) { in setLabelSuggestion()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java60 import com.android.launcher3.logging.InstanceId;
636 public void logLaunchedAppRankingInfo(@NonNull ItemInfo itemInfo, InstanceId instanceId) { in logLaunchedAppRankingInfo()