/external/fonttools/Lib/fontTools/ttLib/tables/ |
T_S_I__3.py | 7 extras = {0xfffa: "reserved0", 0xfffb: "reserved1", 0xfffc: "reserved2", 0xfffd: "reserved3"} variable in class:table_T_S_I__3
|
T_S_I__1.py | 7 extras = {0xfffa: "ppgm", 0xfffb: "cvt", 0xfffc: "reserved", 0xfffd: "fpgm"} variable in class:table_T_S_I__1 30 if self.extras[extraCode] == "fpgm": # this is the last one 37 self.extraPrograms[self.extras[extraCode]] = text 63 codes = sorted(self.extras.items())
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
HtmlifyBeginResult.java | 26 public final Object extras; field in class:HtmlifyBeginResult 28 public HtmlifyBeginResult(Spanned result, Object extras) { 30 this.extras = extras;
|
/developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/ |
SampleChooserTargetService.java | 44 Bundle extras = new Bundle(); local 45 extras.putInt(Contact.ID, i); 58 extras));
|
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/ |
SampleChooserTargetService.java | 44 Bundle extras = new Bundle(); local 45 extras.putInt(Contact.ID, i); 58 extras));
|
/development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
SampleChooserTargetService.java | 44 Bundle extras = new Bundle(); local 45 extras.putInt(Contact.ID, i); 58 extras));
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
BrokenSettingsEnabledProvider.java | 45 Bundle extras = c.getExtras(); local 46 extras.putString(
|
DemoProvider.java | 48 Bundle extras = c.getExtras(); local 49 extras.putString( 61 Bundle extras = c.getExtras(); local 65 extras.putString( 76 extras.putString( 82 extras.putString( 85 extras.putString(
|
PagingProvider.java | 69 Bundle extras = c.getExtras(); local 94 extras.putInt(ContentResolver.EXTRA_TOTAL_COUNT, recordsetSize);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowIntent.java | 29 private final Bundle extras = new Bundle(); field in class:ShadowIntent 55 extras.putAll(other.extras); 192 extras.putAll(src); 199 extras.putAll(srcShadowIntent.extras); 205 return extras != null ? new Bundle(extras) : null; 210 extras.putInt(key, value); 216 extras.putDouble(key, value) [all...] |
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/appDisplaySize/src/android/displaysize/app/ |
SmallestWidthActivity.java | 30 final Bundle extras = intent.getExtras(); local 31 if (extras != null && extras.getBoolean("launch_another_activity")) {
|
/cts/tests/tests/media/src/android/media/cts/ |
ResourceManagerTestActivity1.java | 34 Bundle extras = getIntent().getExtras(); local 35 if (extras != null) { 36 mWaitForReclaim = extras.getBoolean("wait-for-reclaim", mWaitForReclaim);
|
MediaPlayerSurfaceTest.java | 35 Bundle extras = new Bundle(); local 37 MediaPlayerSurfaceStubActivity.class, extras);
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
CallNotificationReceiver.java | 91 Bundle extras = new Bundle(); local 92 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); 94 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); 97 TelecomManager.from(context).addNewIncomingCall(phoneAccount, extras); 107 Bundle extras = new Bundle(); local 108 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); 110 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); 112 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_RTT, true); 114 TelecomManager.from(context).addNewIncomingCall(phoneAccount, extras); 117 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) { [all...] |
SelfManagedCallingActivity.java | 141 Bundle extras = new Bundle(); local 142 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, 145 extras.putInt(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, 148 tm.placeCall(Uri.parse(mNumber.getText().toString()), extras); local 162 Bundle extras = new Bundle(); local 163 extras.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, 166 extras.putInt(TelecomManager.EXTRA_INCOMING_VIDEO_STATE, 169 tm.addNewIncomingCall(getSelectedPhoneAccountHandle(), extras); local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SystemUI.java | 55 final Bundle extras = new Bundle(); local 56 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, 59 n.addExtras(extras);
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
PinWidgetFlowHandler.java | 59 Bundle extras = new Bundle(); local 60 extras.putInt(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId); 61 mRequest.accept(extras);
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
MagnificationPreferenceFragment.java | 130 Bundle extras = mMagnificationGesturesPreference.getExtras(); local 131 populateMagnificationGesturesPreferenceExtras(extras, getContext()); 132 extras.putBoolean(AccessibilitySettings.EXTRA_LAUNCHED_FROM_SUW, mLaunchedFromSuw); 136 Bundle extras = mMagnificationNavbarPreference.getExtras(); local 137 extras.putString(AccessibilitySettings.EXTRA_PREFERENCE_KEY, 139 extras.putString(AccessibilitySettings.EXTRA_TITLE, getString( 141 extras.putCharSequence(AccessibilitySettings.EXTRA_SUMMARY, 144 extras.putBoolean(AccessibilitySettings.EXTRA_CHECKED, 148 extras.putBoolean(AccessibilitySettings.EXTRA_LAUNCHED_FROM_SUW, mLaunchedFromSuw); 185 static void populateMagnificationGesturesPreferenceExtras(Bundle extras, Context context) [all...] |
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/ |
CtsSyncAccountAccessSameCertTestCases.java | 94 SyncAdapter.setOnPerformSyncDelegate((Account account, Bundle extras, 98 Bundle extras = new Bundle(); local 99 extras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); 100 extras.putBoolean(ContentResolver.SYNC_EXTRAS_PRIORITY, true); 101 extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); 105 .setExtras(extras)
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
IncomingCallTest.java | 67 Bundle extras = new Bundle(); local 68 extras.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, createTestNumber()); 70 mTelecomManager.addNewIncomingCall(TEST_INVALID_HANDLE, extras);
|
OutgoingCallTest.java | 59 final Bundle extras = new Bundle(); local 60 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, true); 61 placeAndVerifyCall(extras); 71 final Bundle extras = new Bundle(); local 72 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, false); 73 placeAndVerifyCall(extras);
|
/frameworks/base/test-runner/src/android/test/ |
SyncBaseInstrumentation.java | 54 Bundle extras = new Bundle(); local 55 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); 58 ContentResolver.requestSync(account, authority, extras);
|
/packages/apps/Dialer/java/com/android/dialer/callintent/ |
CallIntentBuilder.java | 85 Bundle extras = new Bundle(); local 86 extras.putLong(Constants.EXTRA_CALL_CREATED_TIME_MILLIS, SystemClock.elapsedRealtime()); 87 CallIntentParser.putCallSpecificAppData(extras, callSpecificAppData); 88 intent.putExtra(TelecomManager.EXTRA_OUTGOING_CALL_EXTRAS, extras);
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/ |
WifiNotificationHelper.java | 151 Bundle extras = new Bundle(); local 152 extras.putString( 155 return extras;
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentActivity.java | 18 Bundle extras = getIntent().getExtras(); local 19 if (extras != null) { 22 mThemeId = extras.getInt("theme"); 34 if (extras != null) { 36 int category = extras.getInt("category"); 37 int position = extras.getInt("position");
|