/ndk/sources/third_party/googletest/googletest/test/ |
gtest_stress_test.cc | 90 GTEST_LOG_(INFO) << "Thread #" << id << " running..."; 118 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local 119 const TestResult* const result = info->result(); 144 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local 145 const TestResult* const result = info->result();
|
/packages/apps/Camera/src/com/android/camera/ |
DisableCameraReceiver.java | 63 CameraInfo info = new CameraInfo(); local 65 android.hardware.Camera.getCameraInfo(i, info); 66 if (info.facing == CameraInfo.CAMERA_FACING_BACK) {
|
/packages/apps/Camera2/src/com/android/camera/ |
DisableCameraReceiver.java | 64 CameraInfo info = new CameraInfo(); local 66 android.hardware.Camera.getCameraInfo(i, info); 67 if (info.facing == CameraInfo.CAMERA_FACING_BACK) {
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
HelpUtils.java | 123 PackageInfo info = context.getPackageManager().getPackageInfo( local 125 sCachedVersionCode = Integer.toString(info.versionCode);
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
RegularSearchListAdapter.java | 42 ContactInfo info = new ContactInfo(); local 43 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); 46 info.name = item.getString(PhoneQuery.DISPLAY_NAME); 47 info.type = item.getInt(PhoneQuery.PHONE_TYPE); 48 info.label = item.getString(PhoneQuery.PHONE_LABEL); 49 info.number = item.getString(PhoneQuery.PHONE_NUMBER); 51 info.photoUri = photoUriStr == null ? null : Uri.parse(photoUriStr);
|
/packages/apps/Email/src/com/android/email/activity/ |
EventViewer.java | 44 PackedString info = new PackedString(msg.mMeetingInfo); local 45 String uid = info.get(MeetingInfo.MEETING_UID); 69 time = Utility.parseEmailDateTimeToMillis(info.get(MeetingInfo.MEETING_DTSTART));
|
/packages/apps/Gallery2/src/com/android/camera/ |
DisableCameraReceiver.java | 63 CameraInfo info = new CameraInfo(); local 65 android.hardware.Camera.getCameraInfo(i, info); 66 if (info.facing == CameraInfo.CAMERA_FACING_BACK) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
IngestObjectInfo.java | 9 * Holds the info needed for the in-memory index of MTP objects. 51 MtpObjectInfo info = device.getObjectInfo(mHandle); local 52 if (info != null) { 53 return info.getName();
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallerInfoUtils.java | 18 * Utility methods for contact and caller info related functionality 33 * This is called to get caller info for a call. This will return a CallerInfo 40 CallerInfo info = buildCallerInfo(context, call); local 44 if (info.numberPresentation == TelecomManager.PRESENTATION_ALLOWED) { 47 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, call); 49 return info; 53 CallerInfo info = new CallerInfo(); local 57 info.cnapName = call.getCnapName(); 58 info.name = info.cnapName [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
ApplicationInfo.java | 67 public ApplicationInfo(LauncherActivityInfo info, UserHandle user, IconCache iconCache, 70 this.componentName = info.getComponentName(); 75 int appFlags = info.getApplicationInfo().flags; 82 firstInstallTime = info.getFirstInstallTime(); 83 iconCache.getTitleAndIcon(this, info, labelCache); 86 intent.setComponent(info.getComponentName()); 91 public ApplicationInfo(ApplicationInfo info) { 92 super(info); 93 componentName = info.componentName; 94 title = info.title.toString() [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppInfo.java | 79 public AppInfo(Context context, LauncherActivityInfoCompat info, UserHandleCompat user, 81 this.componentName = info.getComponentName(); 84 flags = initFlags(info); 85 firstInstallTime = info.getFirstInstallTime(); 86 iconCache.getTitleAndIcon(this, info, labelCache); 89 intent.setComponent(info.getComponentName()); 96 private static int initFlags(LauncherActivityInfoCompat info) { 97 int appFlags = info.getApplicationInfo().flags; 109 public AppInfo(AppInfo info) { 110 super(info); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
LauncherActivityInfoCompatV16.java | 36 LauncherActivityInfoCompatV16(Context context, ResolveInfo info) { 38 this.mActivityInfo = info.activityInfo; 85 PackageInfo info = mPm.getPackageInfo(mActivityInfo.packageName, 0); local 86 return info != null ? info.firstInstallTime : 0;
|
/packages/apps/Settings/src/com/android/settings/ |
HelpUtils.java | 130 PackageInfo info = context.getPackageManager().getPackageInfo( local 132 sCachedVersionCode = Integer.toString(info.versionCode);
|
ManagedProfileSetup.java | 67 ResolveInfo info = resolvedIntents.get(i); local 68 if (info.filter != null && info.activityInfo != null 69 && info.activityInfo.metaData != null) { 70 boolean shouldForward = info.activityInfo.metaData.getBoolean( 73 pm.addCrossProfileIntentFilter(info.filter, UserHandle.myUserId(),
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsMockPackageManager.java | 70 ApplicationInfo info = new ApplicationInfo(); local 72 info.uid = (uid != null) ? uid : -1; 73 return info; 87 for (PackageInfo info : mPackages) { 88 if (info.packageName.equals(packageName)) { 89 return info;
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
RealSystemFacade.java | 71 NetworkInfo info = connectivity.getActiveNetworkInfo(); local 72 boolean isMobile = (info != null && info.getType() == ConnectivityManager.TYPE_MOBILE);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
atm_zatm.h | 35 struct zatm_pool_info info; /* actual information */ member in struct:zatm_pool_req
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atm_zatm.h | 35 struct zatm_pool_info info; /* actual information */ member in struct:zatm_pool_req
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
math_emu.h | 17 struct info { struct
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
math_emu.h | 22 struct info { struct
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
math_emu.h | 22 struct info { struct
|