Searched refs:intentBundle (Results 1 – 2 of 2) sorted by relevance
166 Bundle intentBundle = intent.getExtras(); in onStartCommand() local167 if (intentBundle == null) { in onStartCommand()168 intentBundle = new Bundle(); in onStartCommand()170 WearPackageArgs.setStartId(intentBundle, startId); in onStartCommand()171 WearPackageArgs.setPackageName(intentBundle, packageName); in onStartCommand()187 msg.setData(intentBundle); in onStartCommand()
69 public static ThemeFullPreviewFragment newInstance(CharSequence title, Bundle intentBundle) { in newInstance() argument73 bundle.putAll(intentBundle); in newInstance()