Home
last modified time | relevance | path

Searched refs:mActionType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DSystemStaticWallpaperInfo.java159 private int mActionType; field in SystemStaticWallpaperInfo
272 if (mActionType == 0 && mActionTypeResId != 0) { in getActionType()
273 mActionType = getPackageResources(context).getInteger(mActionTypeResId); in getActionType()
275 return mActionType; in getActionType()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversation.java765 private final int mActionType; field in Conversation.ConversationAction
777 mActionType = actionType; in ConversationAction()
812 bundle.putInt(KEY_TYPE, mActionType); in toBundle()
837 return mActionType; in getActionType()