HomeSort by relevance Sort by last modified time
    Searched refs:activityType (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/hardware/location/
IActivityRecognitionHardware.aidl 36 boolean isActivitySupported(in String activityType);
51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs);
56 boolean disableActivityEvent(in String activityType, int eventType);
ActivityRecognitionHardware.java 100 int activityType = getActivityType(activity);
101 return activityType != INVALID_ACTIVITY_TYPE;
120 int activityType = getActivityType(activity);
121 if (activityType == INVALID_ACTIVITY_TYPE) {
125 int result = nativeEnableActivityEvent(activityType, eventType, reportLatencyNs);
127 mSupportedActivitiesEnabledEvents[activityType][eventType] = EVENT_TYPE_ENABLED;
137 int activityType = getActivityType(activity);
138 if (activityType == INVALID_ACTIVITY_TYPE) {
142 int result = nativeDisableActivityEvent(activityType, eventType);
144 mSupportedActivitiesEnabledEvents[activityType][eventType] = EVENT_TYPE_DISABLED
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/legacybindings/
DialerLegacyBindingsStub.java 41 int activityType) {
50 activityType);
DialerLegacyBindings.java 36 * activityType must be one of following constants: CallLogAdapter.ACTIVITY_TYPE_CALL_LOG, or
47 int activityType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 704 IType activityType = javaProject.findType(CLASS_ACTIVITY);
705 if (activityType != null) {
707 activityType.newTypeHierarchy(javaProject, new NullProgressMonitor());
708 activityTypes = hierarchy.getAllSubtypes(activityType);
811 IType activityType = javaProject.findType(CLASS_ACTIVITY);
812 if (activityType != null) {
813 IMethod method = activityType.getMethod(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 793 IType activityType = null;
796 activityType = javaProject.findType(CLASS_ACTIVITY);
798 if (activityType == null) {
801 activityType = p.findType(CLASS_ACTIVITY);
802 if (activityType != null) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogFragment.java 302 int activityType =
324 activityType);
CallLogAdapter.java 365 int activityType) {
375 mActivityType = activityType;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/
aws-java-sdk-simpleworkflow-1.11.18.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 668 IType activityType = null;
671 activityType = javaProject.findType(CLASS_ACTIVITY);
672 if (activityType != null) {
673 scope = SearchEngine.createHierarchyScope(activityType);
690 if (!ok && activityType != null) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0/
kotlin-android-extensions-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.2/
kotlin-android-extensions-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.5/
kotlin-android-extensions-1.0.5.jar 

Completed in 220 milliseconds