Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DLocalCallingIdentityTest.java63 final LocalCallingIdentity ident = LocalCallingIdentity.fromSelf(context); in testFromSelf()
/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalCallingIdentity.java120 return fromSelf(context); in fromBinder()
187 public static LocalCallingIdentity fromSelf(Context context) { in fromSelf() method in LocalCallingIdentity