Searched refs:mActionType (Results 1 – 2 of 2) sorted by relevance
159 private int mActionType; field in SystemStaticWallpaperInfo272 if (mActionType == 0 && mActionTypeResId != 0) { in getActionType()273 mActionType = getPackageResources(context).getInteger(mActionTypeResId); in getActionType()275 return mActionType; in getActionType()
765 private final int mActionType; field in Conversation.ConversationAction777 mActionType = actionType; in ConversationAction()812 bundle.putInt(KEY_TYPE, mActionType); in toBundle()837 return mActionType; in getActionType()