Home
last modified time | relevance | path

Searched refs:Origin (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategy.java56 @interface Origin {} annotation
59 @Origin int ORIGIN_TELEPHONY = 1;
62 @Origin int ORIGIN_MANUAL = 2;
65 @Origin int ORIGIN_NETWORK = 3;
68 @Origin int ORIGIN_GNSS = 4;
71 @Origin int ORIGIN_EXTERNAL = 5;
191 static String originToString(@Origin int origin) { in originToString()
212 static @Origin int stringToOrigin(String originString) { in stringToOrigin()
DServiceConfigAccessorImpl.java53 import com.android.server.timedetector.TimeDetectorStrategy.Origin;
83 private static final @Origin int[]
306 @Origin int[] originsSupported = getOriginPriorities(); in isAutoDetectionSupported()
307 for (@Origin int originSupported : originsSupported) { in isAutoDetectionSupported()
338 private @Origin int[] getOriginPriorities() { in getOriginPriorities()
339 @Origin int[] serverFlagsValue = mServerFlagsOriginPrioritiesSupplier.get(); in getOriginPriorities()
344 @Origin int[] configValue = mConfigOriginPrioritiesSupplier.get(); in getOriginPriorities()
356 private abstract static class BaseOriginPrioritiesSupplier implements Supplier<@Origin int[]> {
363 public @Origin int[] get() { in get()
DConfigurationInternal.java34 import com.android.server.timedetector.TimeDetectorStrategy.Origin;
53 private final @Origin int[] mOriginPriorities;
130 public @Origin int[] getAutoOriginPriorities() { in getAutoOriginPriorities()
296 @NonNull private @Origin int[] mOriginPriorities;
364 public Builder setOriginPriorities(@NonNull @Origin int... originPriorities) { in setOriginPriorities()
DTimeDetectorStrategyImpl.java378 @Origin int origin = ORIGIN_MANUAL;
935 @Origin int origin, @NonNull UnixEpochTime time, @NonNull String cause) {
1019 private static boolean isOriginAutomatic(@Origin int origin) {
1038 @Origin int origin, @NonNull UnixEpochTime newTime,
/frameworks/base/core/java/android/webkit/
DWebStorage.java57 public static class Origin { class in WebStorage
64 protected Origin(String origin, long quota, long usage) { in Origin() method in WebStorage.Origin
/frameworks/base/core/java/android/view/inputmethod/
DImeTracker.java139 @interface Origin {} annotation
367 Token onStart(@NonNull String component, int uid, @Type int type, @Origin int origin, in onStart()
381 default Token onStart(@Type int type, @Origin int origin, @SoftInputShowHideReason int reason, in onStart()
519 public Token onStart(@NonNull String component, int uid, @Type int type, @Origin int origin,
761 public static String originToString(@Origin int origin) { in originToString()
921 public void onRequestShow(@Nullable Token token, @Origin int origin, in onRequestShow()
931 public void onRequestHide(@Nullable Token token, @Origin int origin, in onRequestHide()
DIInputMethodManagerGlobalInvoker.java692 @ImeTracker.Origin int origin, @SoftInputShowHideReason int reason, boolean fromUser) { in onStart()
/frameworks/base/core/proto/android/companion/
Dtelecom.proto30 message Origin { message
37 Origin origin = 2;
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCrossDeviceSyncController.java601 case (int) Telecom.Call.Origin.APP_ICON: in processCallDataFromSync()
602 call.setAppIcon(pis.readBytes(Telecom.Call.Origin.APP_ICON)); in processCallDataFromSync()
604 case (int) Telecom.Call.Origin.CALLER_ID: in processCallDataFromSync()
605 call.setCallerId(pis.readString(Telecom.Call.Origin.CALLER_ID)); in processCallDataFromSync()
607 case (int) Telecom.Call.Origin.FACILITATOR: in processCallDataFromSync()
609 Telecom.Call.Origin.FACILITATOR); in processCallDataFromSync()
650 pos.write(Telecom.Call.Origin.CALLER_ID, in createCallUpdateMessage()
652 pos.write(Telecom.Call.Origin.APP_ICON, call.getCallingAppIcon()); in createCallUpdateMessage()
653 final long facilitatorToken = pos.start(Telecom.Call.Origin.FACILITATOR); in createCallUpdateMessage()
/frameworks/compile/mclinker/include/mcld/MC/
DZOption.h40 Origin, enumerator
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DConfigurationInternalTest.java34 import com.android.server.timedetector.TimeDetectorStrategy.Origin;
56 private static final @Origin int[] ARBITRARY_ORIGIN_PRIORITIES = { ORIGIN_NETWORK };
DTimeDetectorStrategyImplTest.java50 import com.android.server.timedetector.TimeDetectorStrategy.Origin;
90 private static final @Origin int [] ORIGIN_PRIORITIES = { ORIGIN_TELEPHONY, ORIGIN_NETWORK };
/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeTrackerService.java80 @ImeTracker.Origin int origin, @SoftInputShowHideReason int reason, boolean fromUser) { in onStart()
348 @ImeTracker.Origin
371 @ImeTracker.Status int status, @ImeTracker.Origin int origin, in Entry()
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp135 case ZOption::Origin: in addZOption()
/frameworks/proto_logging/stats/atoms/view/inputmethod/
Dinputmethod_atoms.proto53 // Origin of the IME request, from
/frameworks/proto_logging/stats/enums/bluetooth/le/
Denums.proto32 // Connection Origin type.
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java793 public static abstract class Origin { class in KeyProperties
794 private Origin() {} in Origin() method in KeyProperties.Origin
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceShellCommand.java340 pos.write(Telecom.Call.Origin.CALLER_ID, "Caller Name"); in onCommand()
341 pos.write(Telecom.Call.Origin.APP_ICON, BitmapUtils.renderDrawableToByteArray( in onCommand()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java104 origin = KeyProperties.Origin.fromKeymaster( in getKeyInfo()
/frameworks/proto_logging/stats/atoms/bluetooth/
Dbluetooth_extension_atoms.proto175 // Origin type of the connection whether it was from the ORIGIN_JAVA
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp438 .Case("origin", mcld::ZOption(mcld::ZOption::Origin)) in TranslateArguments()
/frameworks/base/core/api/
Dsystem-current.txt18345 public static class WebStorage.Origin {
18346 ctor protected WebStorage.Origin(String, long, long);
/frameworks/base/boot/
Dpreloaded-classes6803 android.security.keystore.KeyProperties$Origin
/frameworks/base/config/
Dpreloaded-classes6807 android.security.keystore.KeyProperties$Origin
/frameworks/proto_logging/stats/
Datoms.proto17761 * Logs: key creation events with Algorithm, Origin, Error and Attestation info.

12