OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activityType
(Results
1 - 12
of
12
) 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/src/com/android/dialerbind/
ObjectFactory.java
80
int
activityType
) {
86
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
...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java
304
int
activityType
= mIsCallLogActivity ? CallLogAdapter.ACTIVITY_TYPE_CALL_LOG :
312
activityType
);
CallLogAdapter.java
264
int
activityType
) {
275
mActivityType =
activityType
;
[
all
...]
/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.0-rc-1036/
kotlin-android-extensions-1.0.0-rc-1036.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.2/
kotlin-android-extensions-1.0.2.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar
Completed in 314 milliseconds