Searched refs:getMyUid (Results 1 – 4 of 4) sorted by relevance
72 when(mMockDeps.getMyUid()).thenReturn(Process.SYSTEM_UID); in testNewExactAndAllowWhileIdleAlarmWithSystemUid()80 when(mMockDeps.getMyUid()).thenReturn(Process.SYSTEM_UID + 1); in testNewExactAndAllowWhileIdleAlarmWithNonSystemUid()
68 if (deps.getMyUid() == Process.SYSTEM_UID) { in newExactAndAllowWhileIdleAlarm()110 public int getMyUid() { in getMyUid() method in IkeAlarm.Dependencies
85 TranscodeHelperImpl.getMyUid(), in testDoesNotTranscodeForMediaProvider()91 bundle.putInt(MediaStore.EXTRA_MEDIA_CAPABILITIES_UID, TranscodeHelperImpl.getMyUid()); in testDoesNotTranscodeForMediaProvider()
1573 static int getMyUid() {