HomeSort by relevance Sort by last modified time
    Searched full:profileuid (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 108 int profileUid = mProfile.getCallingUid();
111 Log.v(TAG, "profile uid is " + profileUid + " isPrimary:"
116 if ((profileUid > 0) && (profileUid != mUid)) {
119 getPackageNameFromUid(profileUid));
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotView.js 749 _loadProfile: function(profileUid, callback)
751 WebInspector.panels.profiles.loadHeapSnapshot(profileUid, callback);
    [all...]

Completed in 73 milliseconds