Searched refs:modeOwnerPid (Results 1 – 2 of 2) sorted by relevance
778 final int modeOwnerPid = mDeviceBroker.getModeOwnerPid(); in requestScoState() local779 if (modeOwnerPid != 0 && (modeOwnerPid != mCreatorPid)) { in requestScoState()781 + modeOwnerPid + " != creatorPid " + mCreatorPid); in requestScoState()
3167 int modeOwnerPid = 0; in getModeOwnerPid() local3169 modeOwnerPid = mSetModeDeathHandlers.get(0).getPid(); in getModeOwnerPid()3173 return modeOwnerPid; in getModeOwnerPid()